diff options
author | Georg Pfuetzenreuter | 2023-01-29 17:50:37 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-29 17:50:37 +0100 |
commit | d2bc7b0785a09b1700ee10abb7f6b63fd18c75a8 (patch) | |
tree | 8b4f9cfe18288882f32d6a32924c50ca39bd5208 /pillar/global | |
parent | 84c1d63776d579d070627d828f375ffa44f33c18 (diff) | |
download | salt-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>
Diffstat (limited to 'pillar/global')
-rw-r--r-- | pillar/global/init.sls | 4 |
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: |