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