From 0ffaa37f62d09e0fc4cbb197701ff337e49d7beb Mon Sep 17 00:00:00 2001 From: Daniel Dehennin Date: Thu, 14 Jan 2021 21:44:22 +0000 Subject: [PATCH] fix(_mapdata): ensure map data is directly under `values` * Semi-automated using https://github.com/myii/ssf-formula/pull/287 --- tomcat/_mapdata/init.sls | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tomcat/_mapdata/init.sls b/tomcat/_mapdata/init.sls index 2cff3f5..7b54576 100644 --- a/tomcat/_mapdata/init.sls +++ b/tomcat/_mapdata/init.sls @@ -6,9 +6,7 @@ {%- from tplroot ~ "/map.jinja" import tomcat with context %} {%- set _mapdata = { - "values": { - "tomcat": tomcat, - } + "values": tomcat, } %} {%- do salt["log.debug"]("### MAP.JINJA DUMP ###\n" ~ _mapdata | yaml(False)) %}