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