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