From 1c9069690faded815b1ea56d2e3ae1269c5d5265 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 16 Sep 2022 13:38:07 -0400 Subject: [PATCH] Firewall Fun --- salt/firewall/defaults.yaml | 6 +++--- salt/firewall/soc_firewall.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/salt/firewall/defaults.yaml b/salt/firewall/defaults.yaml index c31fd7ee5..3a6dbf18d 100644 --- a/salt/firewall/defaults.yaml +++ b/salt/firewall/defaults.yaml @@ -7,9 +7,9 @@ firewall: eval: [] idh: [] manager: [] - heavynode: [] - searchnode: [] - receiver: [] + heavynodes: [] + searchnodes: [] + receivers: [] portgroups: standalone: diff --git a/salt/firewall/soc_firewall.yaml b/salt/firewall/soc_firewall.yaml index eda5c9a5e..0e9baffa7 100644 --- a/salt/firewall/soc_firewall.yaml +++ b/salt/firewall/soc_firewall.yaml @@ -19,12 +19,12 @@ firewall: manager: description: List of IP Addresses or CIDR blocks to allow manager connections. global: True - heavynode: + heavynodes: description: List of IP Addresses or CIDR blocks to allow heavynode connections. global: True - searchnode: + searchnodes: description: List of IP Addresses or CIDR blocks to allow searchnode connections. global: True - receiver: + receivers: description: List of IP Addresses or CIDR blocks to allow receiver connections. global: True