Update so-functions

assign proper hostgroups for setup
This commit is contained in:
Josh Patterson
2023-05-25 10:43:47 -04:00
committed by GitHub
parent 36ddcfa4e5
commit 9552510c7d

View File

@@ -2314,8 +2314,8 @@ set_initial_firewall_access() {
so-firewall includehost analyst $ALLOW_CIDR --apply so-firewall includehost analyst $ALLOW_CIDR --apply
fi fi
if [[ ! -z "$MINION_CIDR" ]]; then if [[ ! -z "$MINION_CIDR" ]]; then
so-firewall includehost sensors $MINION_CIDR so-firewall includehost sensor $MINION_CIDR
so-firewall includehost searchnodes $MINION_CIDR --apply so-firewall includehost searchnode $MINION_CIDR --apply
fi fi
} }