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 }