diff --git a/sudoers/_mapdata/init.sls b/sudoers/_mapdata/init.sls index ff36d95..2eecccb 100644 --- a/sudoers/_mapdata/init.sls +++ b/sudoers/_mapdata/init.sls @@ -6,9 +6,7 @@ {%- from tplroot ~ "/map.jinja" import sudoers with context %} {%- set _mapdata = { - "values": { - "sudoers": sudoers, - } + "values": sudoers, } %} {%- do salt["log.debug"]("### MAP.JINJA DUMP ###\n" ~ _mapdata | yaml(False)) %}