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

0 comments on commit 0ffaa37

Please sign in to comment.