X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a92c80c41d88faa20123f2841cc335c37905f638..1ea594565ac9dc288dded697cddd3ad79368da1a:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 031611775..4926edeb2 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, @@ -21,5 +29,6 @@ run_list( "role[crm]", "role[elasticsearch]", "recipe[foundation::wiki]", - "recipe[foundation::board]" + "recipe[foundation::board]", + "recipe[foundation::dwg]" )