Merge pull request #10458 from Security-Onion-Solutions/jertel/debugrsa

Add short sleeps around show_top to isolate if there's a race conditi…
This commit is contained in:
Jason Ertel
2023-05-30 12:09:34 -04:00
committed by GitHub

View File

@@ -615,7 +615,9 @@ if ! [[ -f $install_opt_file ]]; then
check_sos_appliance
logCmd "salt-key -yd $MINION_ID"
sleep 2 # Debug RSA Key format errors
logCmd "salt-call state.show_top"
sleep 2 # Debug RSA Key format errors
logCmd "salt-key -ya $MINION_ID"
logCmd "salt-call state.apply common.packages"