1
0
Fork 0

fix(_mapdata): ensure map data is directly under `values`

* Semi-automated using https://github.com/myii/ssf-formula/pull/287
This commit is contained in:
Daniel Dehennin 2021-01-14 20:35:46 +00:00 committed by Imran Iqbal
parent 964f2ee66e
commit e2c2a8f1a2
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@
{%- from tplroot ~ "/map.jinja" import sudoers with context %}
{%- set _mapdata = {
"values": {
"sudoers": sudoers,
}
"values": sudoers,
} %}
{%- do salt["log.debug"]("### MAP.JINJA DUMP ###\n" ~ _mapdata | yaml(False)) %}