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