diff --git a/setup/so-functions b/setup/so-functions index f2a701e7e..36886b49e 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -264,6 +264,7 @@ check_service_status() { check_salt_master_status() { echo "Checking if we can talk to the salt master" >> "$setup_log" 2>&1 + salt-call saltutil.kill_all_jobs > /dev/null 2>&1 salt-call state.show_top > /dev/null 2>&1 local status=$? #true if there is an issue talking to salt master