mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 05:53:09 +01:00
prevent elasticsearch pillar being added twice for managers and helix
This commit is contained in:
@@ -440,8 +440,10 @@ fi
|
||||
set_progress_str 18 'Setting node type'
|
||||
set_node_type >> $setup_log 2>&1
|
||||
|
||||
set_progress_str 19 'Generating search node pillar'
|
||||
elasticsearch_pillar >> $setup_log 2>&1
|
||||
if ! [[ $is_manager || $is_helix ]]; then
|
||||
set_progress_str 19 'Generating search node pillar'
|
||||
elasticsearch_pillar >> $setup_log 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ $is_minion ]]; then
|
||||
|
||||
Reference in New Issue
Block a user