Skip to content

Commit

Permalink
Merge pull request #223 from myii/fix/ensure-map-data-directly-under-…
Browse files Browse the repository at this point in the history
…values

fix(_mapdata): ensure map data is directly under `values`
  • Loading branch information
myii authored Jan 14, 2021
2 parents e62a915 + b30f514 commit 7f297a5
Show file tree
Hide file tree
Showing 12 changed files with 3,618 additions and 3,631 deletions.
4 changes: 1 addition & 3 deletions php/_mapdata/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
{%- from tplroot ~ "/map.jinja" import php with context %}
{%- set _mapdata = {
"values": {
"php": php,
}
"values": php,
} %}
{%- do salt["log.debug"]("### MAP.JINJA DUMP ###\n" ~ _mapdata | yaml(False)) %}
Expand Down
Loading

0 comments on commit 7f297a5

Please sign in to comment.