From 579a61371a59db75971ecd6e0526125e7388198d Mon Sep 17 00:00:00 2001 From: Daniel Dehennin Date: Thu, 14 Jan 2021 20:35:27 +0000 Subject: [PATCH] fix(_mapdata): ensure map data is directly under `values` * Semi-automated using https://github.com/myii/ssf-formula/pull/287 --- php/_mapdata/init.sls | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)) %}