mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 00:13:06 +01:00
revert back to local_salt_dir
This commit is contained in:
@@ -962,7 +962,7 @@ manager_pillar() {
|
||||
}
|
||||
|
||||
manager_global() {
|
||||
local global_pillar="$temp_install_dir/pillar/global.sls"
|
||||
local global_pillar="$local_salt_dir/pillar/global.sls"
|
||||
|
||||
if [ -z "$SENSOR_CHECKIN_INTERVAL_MS" ]; then
|
||||
SENSOR_CHECKIN_INTERVAL_MS=10000
|
||||
|
||||
@@ -247,6 +247,7 @@ fi
|
||||
|
||||
if [[ $is_importpcap ]]; then
|
||||
patch_schedule=Automatic
|
||||
MTU=1500
|
||||
RULESETUP=ETOPEN
|
||||
NSMSETUP=BASIC
|
||||
HNSENSOR=inherit
|
||||
|
||||
Reference in New Issue
Block a user