From 9976011258f3a6694e9cc5f16f5d0975113812ad Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 6 Feb 2018 10:42:33 -0500 Subject: [PATCH] Updated grain location --- so-setup-network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 499be9404..bd2faef96 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -158,7 +158,7 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in if [ $INSTALLTYPE == 'SENSORONLY' ]; then # Create the grains file for the sensor - touch /etc/salt/grain + touch /etc/salt/grains echo "grains:" > /etc/salt/grains echo " role: so-sensor" >> /etc/salt/gains @@ -189,7 +189,7 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in if [ $INSTALLTYPE == 'MASTERONLY' ]; then # Create the grains file for the Master - touch /etc/salt/grain + touch /etc/salt/grains echo "grains:" > /etc/salt/grains echo " role: so-master" >> /etc/salt/gains