mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
IDH - setup tweaks
This commit is contained in:
@@ -271,6 +271,10 @@ if [[ $is_manager || $is_import ]]; then
|
||||
check_elastic_license
|
||||
fi
|
||||
|
||||
if [[ $is_idh ]]; then
|
||||
collect_idh_services
|
||||
fi
|
||||
|
||||
if ! [[ -f $install_opt_file ]]; then
|
||||
if [[ $is_manager && $is_sensor ]]; then
|
||||
check_requirements "standalone"
|
||||
@@ -914,8 +918,9 @@ echo "1" > /root/accept_changes
|
||||
|
||||
fi
|
||||
|
||||
if [[ "$IDH" = 1 ]]; then
|
||||
collect_idh_services()
|
||||
if [[ $is_idh ]]; then
|
||||
# Write out services to minion pillar file
|
||||
write_out_idh_services
|
||||
|
||||
set_progress_str 79 "$(print_salt_state_apply 'idh')"
|
||||
salt-call state.apply -l info idh >> $setup_log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user