Skip to content

Commit

Permalink
fix(_mapdata): ensure map data is directly under values
Browse files Browse the repository at this point in the history
* Semi-automated using myii/ssf-formula#287
  • Loading branch information
baby-gnu authored and myii committed Jan 14, 2021
1 parent 87df82d commit a29e81b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions firewalld/_mapdata/init.sls
Expand Up @@ -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)) %}
Expand Down

0 comments on commit a29e81b

Please sign in to comment.