Master Module - Add a blank line

This commit is contained in:
Mike Reeves
2018-07-05 17:10:57 -04:00
parent 1202ca9c73
commit 27f7aa779d
3 changed files with 5 additions and 4 deletions

View File

@@ -21,3 +21,4 @@ health:
threshold: 3 threshold: 3
proxy: proxy:
remoteurl: https://registry-1.docker.io remoteurl: https://registry-1.docker.io

View File

@@ -137,7 +137,7 @@ copy_ssh_key() {
cat /dev/zero | ssh-keygen -f ~/.ssh/so.key -t rsa -q -N "" cat /dev/zero | ssh-keygen -f ~/.ssh/so.key -t rsa -q -N ""
chown -R $SUDO_USER:$SUDO_USER ~/.ssh chown -R $SUDO_USER:$SUDO_USER ~/.ssh
#Copy the key over to the master #Copy the key over to the master
sudo ssh-copy-id -f -i ~/.ssh/so.key socore@$MSRV ssh-copy-id -f -i ~/.ssh/so.key socore@$MSRV
} }
@@ -521,7 +521,7 @@ set_initial_firewall_policy() {
if [ $INSTALLTYPE == 'MASTERONLY' ]; then if [ $INSTALLTYPE == 'MASTERONLY' ]; then
echo " - $MAINIP" >> $POLICYPATH/minions.sls printf " - $MAINIP\n" >> $POLICYPATH/minions.sls
fi fi
if [ $INSTALLTYPE == 'SENSORONLY' ]; then if [ $INSTALLTYPE == 'SENSORONLY' ]; then