summaryrefslogtreecommitdiffstats
path: root/salt/common
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-04-30 16:11:46 +0200
committerGeorg Pfuetzenreuter2023-04-30 16:11:46 +0200
commitb7f34f8b9d41ec39051ac8534aa743a73db701b9 (patch)
tree5cc9a630225f45241ab42504885d0b1d28c53e07 /salt/common
parentf90197f791dbedced8867309b0bb7c57c596ff04 (diff)
parentb685f16c914b9fa05bda7c69ce9e157d04262d09 (diff)
downloadsalt-b7f34f8b9d41ec39051ac8534aa743a73db701b9.tar.gz
salt-b7f34f8b9d41ec39051ac8534aa743a73db701b9.tar.bz2
salt-b7f34f8b9d41ec39051ac8534aa743a73db701b9.zip
Merge pull request 'Add manage_firewall conditional' (#48) from firewall-optional into production
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/48
Diffstat (limited to 'salt/common')
-rw-r--r--salt/common/suse.sls3
1 files changed, 3 insertions, 0 deletions
diff --git a/salt/common/suse.sls b/salt/common/suse.sls
index 764517e..01c7333 100644
--- a/salt/common/suse.sls
+++ b/salt/common/suse.sls
@@ -1,5 +1,8 @@
include:
+ {#- drop pillar check after all firewall configurations have been imported #}
+ {%- if salt['pillar.get']('manage_firewall'), False %}
- firewalld
+ {%- endif %}
- profile.seccheck
- profile.zypp
- profile.prometheus.node_exporter