]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Upgrade ouroboros to chef 12
[chef.git] / roles / foundation.rb
index 8e763bfcef71819dfe187c838652febd6d76bfaa..fa96196f597d27b1879465ab01c45265f3cbc9ce 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => [ "brightbox", "aw-drupal" ]
+    :sources => ["passenger"]
   },
   :memcached => {
     :memory_limit => 400,
@@ -18,5 +18,7 @@ default_attributes(
 )
 
 run_list(
-  "recipe[civicrm]"
+  "role[crm]",
+  "recipe[foundation::wiki]",
+  "recipe[foundation::board]"
 )