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:10 +00:00 committed by Imran Iqbal
parent 87df82dc79
commit a29e81bac6
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -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)) %}