X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a92c80c41d88faa20123f2841cc335c37905f638..c5a2bae5e2004b2238e30792283c45031c40f661:/roles/foundation.rb?ds=sidebyside diff --git a/roles/foundation.rb b/roles/foundation.rb index 031611775..52c38f765 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -10,6 +10,14 @@ default_attributes( :apt => { :sources => ["passenger"] }, + :elasticsearch => { + :cluster => { + :name => "foundation" + }, + :script => { + :disable_dynamic => false + } + }, :memcached => { :memory_limit => 400, :chunk_growth_factor => 1.05,