Merge pull request 'Repair manage_firewall behavior' (#59) from firewall-optional into production
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

Reviewed-on: #59
This commit is contained in:
Georg Pfuetzenreuter 2023-05-01 20:39:02 +02:00
commit c951f48b71

View File

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