mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 07:53:06 +01:00
Require either true | false in parameter to so-elastic-auth and ensure all minions are fully updated with the new auth setting
This commit is contained in:
@@ -753,7 +753,7 @@ echo "1" > /root/accept_changes
|
||||
salt-call state.apply -l info manager >> $setup_log 2>&1
|
||||
|
||||
echo "Executing so-elastic-auth..." >> $setup_log 2>&1
|
||||
ELASTIC_AUTH_SKIP_HIGHSTATE=true bash /opt/so/saltstack/default/salt/common/tools/sbin/so-elastic-auth >> $setup_log 2>&1
|
||||
ELASTIC_AUTH_SKIP_HIGHSTATE=true bash /opt/so/saltstack/default/salt/common/tools/sbin/so-elastic-auth true >> $setup_log 2>&1
|
||||
echo "Finished so-elastic-auth..." >> $setup_log 2>&1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user