mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Master Module - Add a blank line
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user