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