fix upgrade_salt function for oel

This commit is contained in:
m0duspwnens
2023-10-11 15:32:11 -04:00
parent 2094b4f688
commit d357864d69

View File

@@ -628,8 +628,8 @@ upgrade_salt() {
SALTUPGRADED=True
echo "Performing upgrade of Salt from $INSTALLEDSALTVERSION to $NEWSALTVERSION."
echo ""
# If CentOS
if [[ $OS == 'centos' ]]; then
# If Oracle Linux
if [[ $OS == 'oel' ]]; then
echo "Removing yum versionlock for Salt."
echo ""
yum versionlock delete "salt-*"