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