diff --git a/setup/so-functions b/setup/so-functions index 2dd5a3b2e..456f6883d 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1970,10 +1970,10 @@ saltify() { if [[ $is_rpm ]]; then if [[ $waitforstate ]]; then # install all for a manager - retry 30 10 "bash ../salt/salt/scripts/bootstrap-salt.sh -M -X stable $SALTVERSION" || fail_setup + retry 30 10 "bash ../salt/salt/scripts/bootstrap-salt.sh -r -M -X stable $SALTVERSION" || fail_setup else # just a minion - retry 30 10 "bash ../salt/salt/scripts/bootstrap-salt.sh -X stable $SALTVERSION" || fail_setup + retry 30 10 "bash ../salt/salt/scripts/bootstrap-salt.sh -r -X stable $SALTVERSION" || fail_setup fi fi