From 407cb2a537f0c19e170e0905d495760fa5fe9ae6 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 2 Aug 2023 10:56:41 -0400 Subject: [PATCH] force portgroups added to hostgroups in roles to be list of strings --- salt/firewall/soc_firewall.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/firewall/soc_firewall.yaml b/salt/firewall/soc_firewall.yaml index d1db56a0b..0011a245e 100644 --- a/salt/firewall/soc_firewall.yaml +++ b/salt/firewall/soc_firewall.yaml @@ -191,6 +191,7 @@ firewall: description: Portgroups to add access to the docker containers for this role. advanced: True multiline: True + forcedType: "[]string" helpLink: firewall.html sensor: portgroups: *portgroupsdocker @@ -241,6 +242,7 @@ firewall: description: Portgroups to add access to the host. advanced: True multiline: True + forcedType: "[]string" helpLink: firewall.html dockernet: portgroups: *portgroupshost