Repair manage_firewall behavior
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Fixup to b685f16c91
, default value was
outside of conditional - it didn't cause any errors, but did not work as
expected either. :-)
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
75c91e72cb
commit
f96e9a4901
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
include:
|
include:
|
||||||
{#- drop pillar check after all firewall configurations have been imported #}
|
{#- drop pillar check after all firewall configurations have been imported #}
|
||||||
{%- if salt['pillar.get']('manage_firewall'), False %}
|
{%- if salt['pillar.get']('manage_firewall', False) %}
|
||||||
- firewalld
|
- firewalld
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
- profile.seccheck
|
- profile.seccheck
|
||||||
|
Loading…
Reference in New Issue
Block a user