X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4c35cca55478f6c0f76b2620a8beb22e18fb2278..b751ec5761a9bbe60c4ba7b0665e3b9af89bfce6:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index e02b7d3e2..0dfab7c6b 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( - "role[crm]" + "role[crm]", + "recipe[foundation::wiki]", + "recipe[foundation::board]" )