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

0 comments on commit e2c2a8f

Please sign in to comment.