fix --exclude, add salt-minion-3001.1 where missed

This commit is contained in:
m0duspwnens
2020-08-10 12:22:42 -04:00
parent ab7014d70a
commit 8146930b80

View File

@@ -1306,7 +1306,7 @@ saltify() {
set_progress_str 8 'Installing salt-minion & python modules' set_progress_str 8 'Installing salt-minion & python modules'
{ {
yum -y install epel-release yum -y install epel-release
yum -y install salt-minion-3001\ yum -y install salt-minion-3001.1\
python3\ python3\
python36-docker\ python36-docker\
python36-dateutil\ python36-dateutil\
@@ -1317,7 +1317,7 @@ saltify() {
lvm2\ lvm2\
openssl\ openssl\
jq; jq;
yum -y update exclude=salt*; yum -y update --exclude=salt*;
systemctl enable salt-minion; systemctl enable salt-minion;
} >> "$setup_log" 2>&1 } >> "$setup_log" 2>&1
yum versionlock salt* yum versionlock salt*