force portgroups added to hostgroups in roles to be list of strings

This commit is contained in:
m0duspwnens
2023-08-02 10:56:41 -04:00
parent 8ab1769d70
commit 407cb2a537

View File

@@ -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