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