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
87df82dc79
commit
a29e81bac6
@ -6,9 +6,7 @@
|
||||
{%- from tplroot ~ "/map.jinja" import firewalld with context %}
|
||||
|
||||
{%- set _mapdata = {
|
||||
"values": {
|
||||
"firewalld": firewalld,
|
||||
}
|
||||
"values": firewalld,
|
||||
} %}
|
||||
{%- do salt["log.debug"]("### MAP.JINJA DUMP ###\n" ~ _mapdata | yaml(False)) %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user