Skip to content

Commit 579a613

Browse files
baby-gnumyii
authored andcommitted
fix(_mapdata): ensure map data is directly under values
* Semi-automated using myii/ssf-formula#287
1 parent e62a915 commit 579a613

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

php/_mapdata/init.sls

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
{%- from tplroot ~ "/map.jinja" import php with context %}
77
88
{%- set _mapdata = {
9-
"values": {
10-
"php": php,
11-
}
9+
"values": php,
1210
} %}
1311
{%- do salt["log.debug"]("### MAP.JINJA DUMP ###\n" ~ _mapdata | yaml(False)) %}
1412

0 commit comments

Comments
 (0)