From: Olivier Bourdon Date: Tue, 3 Oct 2017 06:35:49 +0000 (+0200) Subject: Fix typo for proper config syntax X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=commitdiff_plain;h=refs%2Fchanges%2F75%2F10875%2F1 Fix typo for proper config syntax Change-Id: I34ffea1ec635e781f846312a3280fb609f131766 --- diff --git a/elasticsearch/files/elasticsearch.yml b/elasticsearch/files/elasticsearch.yml index 5c4bc3e..2236031 100644 --- a/elasticsearch/files/elasticsearch.yml +++ b/elasticsearch/files/elasticsearch.yml @@ -159,7 +159,7 @@ index.number_of_replicas: {{ server.get('index', {}).get('replicas', 1) }} # # path.data: /path/to/data {%- if server.get('path', {}).data is defined %} -path.data = {{ server.path.data }} +path.data: {{ server.path.data }} {%- endif %} # # Can optionally include more than one location, causing data to be striped across