mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
managerhype
This commit is contained in:
@@ -1138,7 +1138,7 @@ generate_ca() {
|
|||||||
generate_ssl() {
|
generate_ssl() {
|
||||||
# if the install type is a manager then we need to wait for the minion to be ready before trying
|
# 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
|
# 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"
|
(wait_for_salt_minion "$MINION_ID" "5" '/dev/stdout' || fail_setup) 2>&1 | tee -a "$setup_log"
|
||||||
fi
|
fi
|
||||||
info "Applying SSL state"
|
info "Applying SSL state"
|
||||||
|
|||||||
Reference in New Issue
Block a user