X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/793d8c6dbd1ca8d7cf74072bf0fd8b796ac50038..c3fb201b9e6ef157f11352b712e744fc8b03995d:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index b6a324772..ba3a3ab78 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,5 @@ default_attributes( ) run_list( - "recipe[civicrm]" + "role[crm]" )