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

0 comments on commit 164fb62

Please sign in to comment.