Browse Source

Use mapped data instead of pillar.get data

tags/v0.6.2
Javier Bértoli 6 years ago
parent
commit
7bc3a9cdd4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      firewalld/init.sls

+ 1
- 1
firewalld/init.sls View File

@@ -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

Loading…
Cancel
Save