Use mapped data instead of pillar.get data

This commit is contained in:
Javier Bértoli 2018-08-25 18:20:27 -03:00
parent bcd47361ca
commit 7bc3a9cdd4

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