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 84df20f commit 81fb960
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dhcpd/_mapdata/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
{%- from tplroot ~ "/map.jinja" import dhcpd with context %}
{%- set _mapdata = {
"values": {
"dhcpd": dhcpd,
}
"values": dhcpd,
} %}
{%- do salt["log.debug"]("### MAP.JINJA DUMP ###\n" ~ _mapdata | yaml(False)) %}
Expand Down

0 comments on commit 81fb960

Please sign in to comment.