From 55ee697bbb4c2c88f2fb12da8a0f7d6f9891c498 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 6 Aug 2018 09:43:46 -0400 Subject: [PATCH] SO Setup - Add debug to figure out the pause --- so-setup-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 3c3ff94a2..041128a19 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -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