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