Suricata Salt Module - Add skeleton

This commit is contained in:
Mike Reeves
2018-02-23 14:49:46 -05:00
parent 7032344fc9
commit 48b2ad505a
4 changed files with 54 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in
# Create the pillar file for the sensor
touch /tmp/$HOSTNAME.sls
echo "sensor:" > /tmp/$HOSTNAME.sls
echo "sensors:" > /tmp/$HOSTNAME.sls
echo " interface: bond0" >> /tmp/$HOSTNAME.sls
echo " lbprocs: $LBPROCS" >> /tmp/$HOSTNAME.sls