Skip to content

Commit 13179db

Browse files
authored
Merge pull request #144 from cloud-gov/markdboyd-patch-1
Update config.yml.erb
2 parents c8d74f1 + 10243ec commit 13179db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jobs/elasticsearch-platform/templates/config/config.yml.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bootstrap:
33

44
path:
55
logs: "/var/vcap/sys/log/elasticsearch-platform"
6-
data: "/var/vcap/store/elasticsearch-platform"
6+
data: "/var/vcap/store/elasticsearch"
77
<% if p('elasticsearch.path_repo') != '' %>
88
repo: ["<%= p('elasticsearch.path_repo') %>"]
99
<% end %>
@@ -73,4 +73,4 @@ cloud:
7373

7474
<% if_p('elasticsearch.config_options') do p("elasticsearch.config_options", {}).each do | k, v | %>
7575
<%= k %>: <%= v %><% end %>
76-
<% end %>
76+
<% end %>

0 commit comments

Comments
 (0)