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:
parent
964f2ee66e
commit
e2c2a8f1a2
1 changed files with 1 additions and 3 deletions
|
@ -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)) %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue