mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 03:02:58 +01:00
dont enable steno pillar on import node https://github.com/Security-Onion-Solutions/securityonion/issues/2040
This commit is contained in:
@@ -511,7 +511,9 @@ fi
|
|||||||
if [[ $is_sensor || $is_helix || $is_import ]]; then
|
if [[ $is_sensor || $is_helix || $is_import ]]; then
|
||||||
set_progress_str 4 'Generating sensor pillar'
|
set_progress_str 4 'Generating sensor pillar'
|
||||||
sensor_pillar >> $setup_log 2>&1
|
sensor_pillar >> $setup_log 2>&1
|
||||||
steno_pillar >> $setup_log
|
if [[ $is_sensor || $is_helix ]]; then
|
||||||
|
steno_pillar >> $setup_log
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set_progress_str 5 'Installing Salt and dependencies'
|
set_progress_str 5 'Installing Salt and dependencies'
|
||||||
|
|||||||
Reference in New Issue
Block a user