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