Setup Script - Fix Variable for Key acceptance

This commit is contained in:
Mike Reeves
2018-03-27 10:50:20 -04:00
parent 846ff5d2da
commit d4a89d8175

View File

@@ -72,7 +72,7 @@ configure_minion() {
if [ $TYPE == 'master' ]; then
echo "master: $HOSTNAME" > /etc/salt/minion
else
echo "master: $MASTER" > /etc/salt/minion
echo "master: $MSRV" > /etc/salt/minion
fi
service salt-minion restart