summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-01-29 17:50:37 +0100
committerGeorg Pfuetzenreuter2023-01-29 17:50:37 +0100
commitd2bc7b0785a09b1700ee10abb7f6b63fd18c75a8 (patch)
tree8b4f9cfe18288882f32d6a32924c50ca39bd5208
parent84c1d63776d579d070627d828f375ffa44f33c18 (diff)
downloadsalt-d2bc7b0785a09b1700ee10abb7f6b63fd18c75a8.tar.gz
salt-d2bc7b0785a09b1700ee10abb7f6b63fd18c75a8.tar.bz2
salt-d2bc7b0785a09b1700ee10abb7f6b63fd18c75a8.zip
Set firewalld short zone names
To match the SUSE defaults deployed by our AutoYaST configuration. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
-rw-r--r--pillar/global/init.sls4
1 files changed, 2 insertions, 2 deletions
diff --git a/pillar/global/init.sls b/pillar/global/init.sls
index 41794b5..16ab652 100644
--- a/pillar/global/init.sls
+++ b/pillar/global/init.sls
@@ -17,15 +17,15 @@ zypper:
firewalld:
zones:
internal:
+ short: Internal
{{ firewall_interfaces(internal) }}
ports:
- comment: node_exporter
port: 9200
protocol: tcp
- {%- if public | length %}
public:
+ short: Public
{{ firewall_interfaces(public) }}
- {%- endif %}
{%- endif %}
mine_functions: