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