fix(_mapdata): ensure map data is directly under `values`

* Semi-automated using https://github.com/myii/ssf-formula/pull/287
pull/73/head
Daniel Dehennin 2 years ago committed by Imran Iqbal
parent 964f2ee66e
commit e2c2a8f1a2
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
  1. 4
      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)) %}

Loading…
Cancel
Save