From 9552510c7d986f66a5db4ce71e29995981988b1f Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Thu, 25 May 2023 10:43:47 -0400 Subject: [PATCH] Update so-functions assign proper hostgroups for setup --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 86ff5f5b0..6d67e2f24 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2314,8 +2314,8 @@ set_initial_firewall_access() { so-firewall includehost analyst $ALLOW_CIDR --apply fi if [[ ! -z "$MINION_CIDR" ]]; then - so-firewall includehost sensors $MINION_CIDR - so-firewall includehost searchnodes $MINION_CIDR --apply + so-firewall includehost sensor $MINION_CIDR + so-firewall includehost searchnode $MINION_CIDR --apply fi }