]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Set SECRET_KEY_BASE for production web servers
[chef.git] / roles / foundation.rb
index 8e763bfcef71819dfe187c838652febd6d76bfaa..e02b7d3e2631644ade1680e3496b5efa03041197 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => [ "brightbox", "aw-drupal" ]
+    :sources => [ "brightbox" ]
   },
   :memcached => {
     :memory_limit => 400,
@@ -18,5 +18,5 @@ default_attributes(
 )
 
 run_list(
-  "recipe[civicrm]"
+  "role[crm]"
 )