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