From d2bc7b0785a09b1700ee10abb7f6b63fd18c75a8 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 29 Jan 2023 17:50:37 +0100 Subject: Set firewalld short zone names To match the SUSE defaults deployed by our AutoYaST configuration. Signed-off-by: Georg Pfuetzenreuter --- pillar/global/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pillar/global') 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: -- cgit v1.2.3