X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5601a966ab8dec4c589ff5507bda66b6f599fe27..6437f10211bb33702e7bed9295e66777168e5330:/cookbooks/elasticsearch/attributes/default.rb diff --git a/cookbooks/elasticsearch/attributes/default.rb b/cookbooks/elasticsearch/attributes/default.rb index d3f6707c2..45d59a2b5 100644 --- a/cookbooks/elasticsearch/attributes/default.rb +++ b/cookbooks/elasticsearch/attributes/default.rb @@ -1,4 +1,7 @@ +default[:elasticsearch][:version] = "1.7" default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:low] = "85%" default[:elasticsearch][:cluster][:routing][:allocation][:disk][:watermark][:high] = "90%" default[:elasticsearch][:script][:disable_dynamic] = true default[:elasticsearch][:path][:data] = "/var/lib/elasticsearch" + +default[:apt][:sources] |= ["elasticsearch#{node[:elasticsearch][:version]}"]