diff --git a/setup/so-setup b/setup/so-setup index aa6b7ce14..1464585aa 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -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"