Use mapped data instead of pillar.get data
This commit is contained in:
parent
bcd47361ca
commit
7bc3a9cdd4
@ -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…
Reference in New Issue
Block a user