From 34cd823cd4c7e0443910e3db753f2665b236491d Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 27 Mar 2023 18:59:32 -0400 Subject: [PATCH] fix role --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 7d06f7542..44747c26d 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2290,7 +2290,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 }