Explorar el Código

Use mapped data instead of pillar.get data

tags/v0.6.2
Javier Bértoli hace 6 años
padre
commit
7bc3a9cdd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      firewalld/init.sls

+ 1
- 1
firewalld/init.sls Ver fichero

@@ -13,7 +13,7 @@ firewalld-unsupported:
Firewalld is not supported on {{ grains['osfinger'] }}
See https://www.suse.com/releasenotes/x86_64/SUSE-SLES/15/#fate-323460

{% elif salt['pillar.get']('firewalld:enabled') %}
{% elif firewalld.enabled %}

include:
- firewalld.config

Cargando…
Cancelar
Guardar