From 2dc977ddd8cdf2a760074dd3781759ea29ee3783 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Thu, 13 Mar 2025 14:33:48 -0400 Subject: [PATCH] managerhype --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index db0741851..798ab934b 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1138,7 +1138,7 @@ generate_ca() { generate_ssl() { # if the install type is a manager then we need to wait for the minion to be ready before trying # to run the ssl state since we need the minion to sign the certs - if [[ "$install_type" =~ ^(EVAL|MANAGER|MANAGERSEARCH|STANDALONE|IMPORT|HELIXSENSOR)$ ]]; then + if [[ $waitforstate ]]; then (wait_for_salt_minion "$MINION_ID" "5" '/dev/stdout' || fail_setup) 2>&1 | tee -a "$setup_log" fi info "Applying SSL state"