diff --git a/php/_mapdata/init.sls b/php/_mapdata/init.sls index 2e3b3d1..6febed2 100644 --- a/php/_mapdata/init.sls +++ b/php/_mapdata/init.sls @@ -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)) %}