Skip to content

Commit 10243ec

Browse files
authored
Update config.yml.erb
1 parent c8d74f1 commit 10243ec

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)