From 101ddd18a529811b49e5d9ecac6aac8f56bb11bc Mon Sep 17 00:00:00 2001 From: TOoSmOotH Date: Wed, 9 Dec 2020 16:08:09 -0500 Subject: [PATCH] Fix print statments --- setup/so-functions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index e772a99c5..6a6f42dc7 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1309,13 +1309,13 @@ elasticsearch_pillar() { "elasticsearch:"\ " mainip: '$MAINIP'"\ " mainint: '$MNIC'"\ - " esheap: '$NODE_ES_HEAP_SIZE'" + " esheap: '$NODE_ES_HEAP_SIZE'" >> "$pillar_file" if [ -n "$ESCLUSTERNAME" ]; then printf '%s\n'\ - " esclustername: $ESCLUSTERNAME" + " esclustername: $ESCLUSTERNAME" >> "$pillar_file" else printf '%s\n'\ - " esclustername: {{ grains.host }}" + " esclustername: {{ grains.host }}" >> "$pillar_file" fi printf '%s\n'\ " node_type: '$NODETYPE'"\