X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4ecbfbb252feb2ddc803270ad0f36b0f17cfe78d..eaab5ab8fff50e551b2f8af6d16fb066f7a8ade0:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 8e763bfce..ba3a3ab78 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -8,7 +8,7 @@ default_attributes( :keepalive => false }, :apt => { - :sources => [ "brightbox", "aw-drupal" ] + :sources => [ "passenger" ] }, :memcached => { :memory_limit => 400, @@ -18,5 +18,5 @@ default_attributes( ) run_list( - "recipe[civicrm]" + "role[crm]" )