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

@@ -161,4 +161,4 @@ enable_docker_user_fw_policy:
iptables.append: iptables.append:
- table: filter - table: filter
- chain: DOCKER-USER - chain: DOCKER-USER
- jump: DROP - jump: DROP

View File

@@ -20,4 +20,5 @@ health:
interval: 10s interval: 10s
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