mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Run anayst Pillar
This commit is contained in:
@@ -717,8 +717,12 @@ echo "1" > /root/accept_changes
|
|||||||
if [[ $is_manager && ! $is_eval ]]; then
|
if [[ $is_manager && ! $is_eval ]]; then
|
||||||
add_soremote_user_manager >> $setup_log 2>&1
|
add_soremote_user_manager >> $setup_log 2>&1
|
||||||
fi
|
fi
|
||||||
|
if [[ ! $is_analyst ]]; then
|
||||||
host_pillar >> $setup_log 2>&1
|
host_pillar >> $setup_log 2>&1
|
||||||
|
fi
|
||||||
|
if [[ $is_analyst ]]; then
|
||||||
|
analyst_workstation_pillar
|
||||||
|
fi
|
||||||
ntp_pillar >> $setup_log 2>&1
|
ntp_pillar >> $setup_log 2>&1
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user