From d7585e1b3d3e1591b428e17028133556e64d551f Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Sat, 17 Sep 2022 10:03:18 -0400 Subject: [PATCH] Firewall Fun --- salt/firewall/soc_firewall.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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