diff --git a/salt/firewall/soc_firewall.yaml b/salt/firewall/soc_firewall.yaml index ae565751d..a33c4731e 100644 --- a/salt/firewall/soc_firewall.yaml +++ b/salt/firewall/soc_firewall.yaml @@ -42,7 +42,7 @@ firewall: description: List of IP Addresses or CIDR blocks to allow searchnode connections. file: True global: True - title: Searchnodes + title: Search Nodes receivers: description: List of IP Addresses or CIDR blocks to allow receiver connections. file: True @@ -64,3 +64,9 @@ firewall: file: True global: True title: Standalone + ports: + ports__yaml: + description: Ports in YAML. + file: True + global: True + title: Ports \ No newline at end of file