From cc3a65fecdba941a5df1aff5b64b1cd3cfb10d64 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 23 Mar 2018 17:19:08 -0400 Subject: [PATCH] Setup Script - removed comments at the end --- so-setup-network.sh | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 08f7816e7..5d1109933 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -541,25 +541,6 @@ if (whiptail_you_sure) then copy_minion_pillar SENSORONLY 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 exit fi