X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..c2623e1ade43795e85f045d576495453b53f4a1f:/cookbooks/elasticsearch/attributes/default.rb diff --git a/cookbooks/elasticsearch/attributes/default.rb b/cookbooks/elasticsearch/attributes/default.rb index e5e5c3553..9acaaa16f 100644 --- a/cookbooks/elasticsearch/attributes/default.rb +++ b/cookbooks/elasticsearch/attributes/default.rb @@ -1 +1,2 @@ -default[:apt][:sources] |= ["elasticsearch"] +default[:elasticsearch][:script][:disable_dynamic] = true +default[:elasticsearch][:path][:data] = "/var/lib/elasticsearch"