Fix pillar syntax

This commit is contained in:
Mike Reeves
2020-10-19 16:56:13 -04:00
parent 7e0063d474
commit 4e1bff2231

View File

@@ -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