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