From 431868e90b5548048b9b06923bbca992458ef207 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 11 Sep 2018 10:37:26 -0400 Subject: [PATCH] SO Setup - Fix --- so-setup-network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index ce3e1056b..5f77bd3d6 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -396,9 +396,9 @@ saltify() { # Nasty hack but required for now 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 - yum -y install salt-minion python-m2m2crypto + yum -y install salt-minion python-m2m2crypto m2crypto fi