X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c3fb201b9e6ef157f11352b712e744fc8b03995d..ecb5d5beac1e41d30e47daa6a034c59b33027d12:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index ba3a3ab78..52c38f765 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -8,7 +8,15 @@ default_attributes( :keepalive => false }, :apt => { - :sources => [ "passenger" ] + :sources => ["passenger"] + }, + :elasticsearch => { + :cluster => { + :name => "foundation" + }, + :script => { + :disable_dynamic => false + } }, :memcached => { :memory_limit => 400, @@ -18,5 +26,8 @@ default_attributes( ) run_list( - "role[crm]" + "role[crm]", + "role[elasticsearch]", + "recipe[foundation::wiki]", + "recipe[foundation::board]" )