Explorar el Código

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

* Semi-automated using https://github.com/myii/ssf-formula/pull/287
tags/v1.1.2
Daniel Dehennin hace 3 años
padre
commit
a29e81bac6
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      firewalld/_mapdata/init.sls

+ 1
- 3
firewalld/_mapdata/init.sls Ver fichero

@@ -6,9 +6,7 @@
{%- from tplroot ~ "/map.jinja" import firewalld with context %}

{%- set _mapdata = {
"values": {
"firewalld": firewalld,
}
"values": firewalld,
} %}
{%- do salt["log.debug"]("### MAP.JINJA DUMP ###\n" ~ _mapdata | yaml(False)) %}


Cargando…
Cancelar
Guardar