comment out minion installs for now

This commit is contained in:
Mike Reeves
2023-02-24 12:19:57 -05:00
parent a0eb505db0
commit a25acb4558

View File

@@ -2031,13 +2031,13 @@ saltify() {
# THIS IS A TEMP HACK # THIS IS A TEMP HACK
logCmd "dnf -y install securityonion-salt python3-audit python3-libsemanage python3-policycoreutils python3-setools python3-setuptools python3-chardet python3-idna python3-pysocks python3-requests python3-urllib3 python3-websocket-client python3-docker" logCmd "dnf -y install securityonion-salt python3-audit python3-libsemanage python3-policycoreutils python3-setools python3-setuptools python3-chardet python3-idna python3-pysocks python3-requests python3-urllib3 python3-websocket-client python3-docker"
logCmd "mkdir -p /etc/salt/minion.d" logCmd "mkdir -p /etc/salt/minion.d"
if [[ $waitforstate ]]; then #if [[ $waitforstate ]]; then
# Since this is a salt master so let's install it # # Since this is a salt master so let's install it
logCmd "" # logCmd ""
else #else
# We just need the minion # # We just need the minion
logCmd "dnf -y install salt-minion" # logCmd "dnf -y install salt-minion"
fi #fi
fi fi
} }