mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
SO Setup - Fix
This commit is contained in:
@@ -396,9 +396,9 @@ saltify() {
|
|||||||
|
|
||||||
# Nasty hack but required for now
|
# Nasty hack but required for now
|
||||||
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ]; then
|
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ]; then
|
||||||
yum -y install salt-master python-m2crypto salt-minion
|
yum -y install salt-master python-m2crypto salt-minion m2crypto
|
||||||
else
|
else
|
||||||
yum -y install salt-minion python-m2m2crypto
|
yum -y install salt-minion python-m2m2crypto m2crypto
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user