SO Setup - Add debug to figure out the pause

This commit is contained in:
Mike Reeves
2018-08-06 09:43:46 -04:00
parent 1f5f611a9d
commit 55ee697bbb

View File

@@ -95,7 +95,7 @@ configure_minion() {
# You have to pass the TYPE to this function so it knows if its a master or not
local TYPE=$1
echo "Configuring minion type as $TYPE"
touch /etc/salt/grains
echo "role: so-$TYPE" > /etc/salt/grains
if [ $TYPE == 'master' ]; then