commit | a175750d77f5da3d7ea125dabe2ce864e8b7212d | [log] [tgz] |
---|---|---|
author | Olivier Bourdon <obourdon@mirantis.com> | Tue Oct 03 08:35:49 2017 +0200 |
committer | Olivier Bourdon <obourdon@mirantis.com> | Tue Oct 03 08:36:04 2017 +0200 |
tree | 54a69ea9a083504f119a42c7935f0755712c2c34 | |
parent | 834d6e42726ca48ac8954dbd8f963d8fb3c0d89a [diff] |
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 @@ # # 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