Update so-functions

This commit is contained in:
Mike Reeves
2024-01-31 16:18:51 -05:00
committed by GitHub
parent 4dd0b4a4fd
commit 341ff5b564

View File

@@ -1933,9 +1933,13 @@ saltify() {
logCmd "dnf -y install salt-$SALTVERSION salt-master-$SALTVERSION salt-minion-$SALTVERSION"
else
# We just need the minion
if [[ $is_airgap ]]; then
logCmd "dnf -y install salt salt-minion"
else
logCmd "dnf -y install salt-$SALTVERSION salt-minion-$SALTVERSION"
fi
fi
fi
logCmd "mkdir -p /etc/salt/minion.d"
salt_install_module_deps