fix so salt master gets installed

This commit is contained in:
Mike Reeves
2022-04-01 14:29:24 -04:00
parent 7c39559787
commit 76f43380d9
2 changed files with 2 additions and 2 deletions

View File

@@ -2256,7 +2256,7 @@ saltify() {
logCmd "yum -y install wget nmap-ncat" logCmd "yum -y install wget nmap-ncat"
fi fi
if [[ ! is_analyst ]]; then if [[ ! $is_analyst ]]; then
case "$install_type" in case "$install_type" in
'MANAGER' | 'EVAL' | 'MANAGERSEARCH' | 'FLEET' | 'HELIXSENSOR' | 'STANDALONE'| 'IMPORT') 'MANAGER' | 'EVAL' | 'MANAGERSEARCH' | 'FLEET' | 'HELIXSENSOR' | 'STANDALONE'| 'IMPORT')
reserve_group_ids reserve_group_ids

View File

@@ -71,7 +71,7 @@ while [[ $# -gt 0 ]]; do
done done
detect_os detect_os
is_analyst=false is_analyst=
if [ "$setup_type" = 'analyst' ]; then if [ "$setup_type" = 'analyst' ]; then
is_analyst=true is_analyst=true
# Check to see if this is an ISO # Check to see if this is an ISO