Merge pull request #1159 from Security-Onion-Solutions/quickfix/saltinstall

fix --exclude, add salt-minion-3001.1 where missed
This commit is contained in:
Josh Patterson
2020-08-10 12:23:48 -04:00
committed by GitHub

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*