Setup Script - Turn off logging redirect to troubleshoot

This commit is contained in:
Mike Reeves
2018-11-26 19:42:26 -05:00
parent 816406c105
commit 8913182d73

View File

@@ -630,9 +630,8 @@ saltify() {
salt_checkin() { salt_checkin() {
# Master State to Fix Mine Usage # Master State to Fix Mine Usage
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ]; then if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ]; then
echo "Building Certificate Authority"
salt-call state.apply ca salt-call state.apply ca
# 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. ***" echo " *** Restarting Salt to fix any SSL errors. ***"
service salt-master restart service salt-master restart
sleep 5 sleep 5