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