Skip to content

Commit 7f297a5

Browse files
authored
Merge pull request #223 from myii/fix/ensure-map-data-directly-under-values
fix(_mapdata): ensure map data is directly under `values`
2 parents e62a915 + b30f514 commit 7f297a5

File tree

12 files changed

+3618
-3631
lines changed

12 files changed

+3618
-3631
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)