diff options
author | Georg Pfuetzenreuter | 2023-04-30 16:11:46 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-04-30 16:11:46 +0200 |
commit | b7f34f8b9d41ec39051ac8534aa743a73db701b9 (patch) | |
tree | 5cc9a630225f45241ab42504885d0b1d28c53e07 /salt | |
parent | f90197f791dbedced8867309b0bb7c57c596ff04 (diff) | |
parent | b685f16c914b9fa05bda7c69ce9e157d04262d09 (diff) | |
download | salt-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')
-rw-r--r-- | salt/common/suse.sls | 3 |
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 |