mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-14 04:01:23 +01:00
Setup - Add sensor pillar to Helix
This commit is contained in:
@@ -1101,8 +1101,11 @@ salt_install_mysql_deps() {
|
||||
}
|
||||
|
||||
sensor_pillar() {
|
||||
|
||||
SENSORPILLARPATH=$TMP/pillar/sensors
|
||||
if [ $INSTALLTYPE == 'HELIXSENSOR' ]; then
|
||||
SENSORPILLARPATH=/opt/so/saltstack
|
||||
else
|
||||
SENSORPILLARPATH=$TMP/pillar/sensors
|
||||
fi
|
||||
if [ ! -d $SENSORPILLARPATH ]; then
|
||||
mkdir -p $SENSORPILLARPATH
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user