Setup Script - Fix the order of operations

This commit is contained in:
Mike Reeves
2018-10-11 09:56:48 -04:00
parent 92b641012a
commit 5c0d425661

View File

@@ -526,8 +526,8 @@ salt_checkin() {
# Master State to Fix Mine Usage
if [ $INSTALLTYPE == 'MASTERONLY' ]; then
salt-call state.apply ca >>~/sosetup.log 2>&1
salt-call state.apply ssl >>~/sosetup.log 2>&1
salt-call state.apply common >>~/sosetup.log 2>&1
# salt-call state.apply ssl >>~/sosetup.log 2>&1
# salt-call state.apply common >>~/sosetup.log 2>&1
echo " *** Restarting Salt to fix any SSL errors. ***"
service salt-master restart
sleep 5