diff --git a/setup/so-functions b/setup/so-functions index 0665b5a4b..a977ed142 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2281,7 +2281,7 @@ set_initial_firewall_access() { fi if [[ ! -z "$MINION_CIDR" ]]; then $default_salt_dir/salt/common/tools/sbin/so-firewall --role=sensors --ip=$MINION_CIDR --apply=false - $default_salt_dir/salt/common/tools/sbin/so-firewall --role=search --ip=$MINION_CIDR --apply=true + $default_salt_dir/salt/common/tools/sbin/so-firewall --role=searchnodes --ip=$MINION_CIDR --apply=true fi }