mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add short sleeps around show_top to isolate if there's a race condition causing intermittent RSA key format errors
This commit is contained in:
@@ -615,7 +615,9 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
check_sos_appliance
|
check_sos_appliance
|
||||||
|
|
||||||
logCmd "salt-key -yd $MINION_ID"
|
logCmd "salt-key -yd $MINION_ID"
|
||||||
|
sleep 2 # Debug RSA Key format errors
|
||||||
logCmd "salt-call state.show_top"
|
logCmd "salt-call state.show_top"
|
||||||
|
sleep 2 # Debug RSA Key format errors
|
||||||
logCmd "salt-key -ya $MINION_ID"
|
logCmd "salt-key -ya $MINION_ID"
|
||||||
|
|
||||||
logCmd "salt-call state.apply common.packages"
|
logCmd "salt-call state.apply common.packages"
|
||||||
|
|||||||
Reference in New Issue
Block a user