mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #1159 from Security-Onion-Solutions/quickfix/saltinstall
fix --exclude, add salt-minion-3001.1 where missed
This commit is contained in:
@@ -1306,7 +1306,7 @@ saltify() {
|
||||
set_progress_str 8 'Installing salt-minion & python modules'
|
||||
{
|
||||
yum -y install epel-release
|
||||
yum -y install salt-minion-3001\
|
||||
yum -y install salt-minion-3001.1\
|
||||
python3\
|
||||
python36-docker\
|
||||
python36-dateutil\
|
||||
@@ -1317,7 +1317,7 @@ saltify() {
|
||||
lvm2\
|
||||
openssl\
|
||||
jq;
|
||||
yum -y update exclude=salt*;
|
||||
yum -y update --exclude=salt*;
|
||||
systemctl enable salt-minion;
|
||||
} >> "$setup_log" 2>&1
|
||||
yum versionlock salt*
|
||||
|
||||
Reference in New Issue
Block a user