Setup Script - removed comments at the end

This commit is contained in:
Mike Reeves
2018-03-23 17:19:08 -04:00
parent 0cb6e136f6
commit cc3a65fecd

View File

@@ -541,25 +541,6 @@ if (whiptail_you_sure) then
copy_minion_pillar SENSORONLY copy_minion_pillar SENSORONLY
fi fi
# chown -R 939:939 /opt/so
# Add the grain on the sensor
# Set up the minion to talk to itself
# echo "master: $HOSTNAME" > /etc/salt/minion
# Copy the master config over
# cp files/master /etc/salt/master
# Comment this out for now
# chown -R socore:socore /etc/salt
# Start salt master and minion
# service salt-master restart
# service salt-minion restart
else else
exit exit
fi fi