mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 03:02:58 +01:00
Fix pillar syntax
This commit is contained in:
@@ -1201,13 +1201,15 @@ manager_global() {
|
||||
"elasticsearch:"\
|
||||
" replicas: 0"
|
||||
if [ -n "$ESCLUSTERNAME" ]; then
|
||||
printf " true_cluster: True"\
|
||||
" true_cluster_name: '$ESCLUSTERNAME'"\
|
||||
printf '%s\n'\
|
||||
" true_cluster: True"\
|
||||
" true_cluster_name: '$ESCLUSTERNAME'"
|
||||
else
|
||||
printf " true_cluster: False"\
|
||||
" true_cluster_name: 'so'"\
|
||||
printf '%s\n'\
|
||||
" true_cluster: False"\
|
||||
" true_cluster_name: 'so'"
|
||||
fi
|
||||
|
||||
printf '%s\n'\
|
||||
" discovery_nodes: 1"\
|
||||
" hot_warm_enabled: False"\
|
||||
" cluster_routing_allocation_disk.threshold_enabled: true"\
|
||||
|
||||
Reference in New Issue
Block a user