]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Install custom skin in OSMF wiki
[chef.git] / roles / foundation.rb
index 8e763bfcef71819dfe187c838652febd6d76bfaa..2add69e2e841696f7596d17a28b538291ee7acd4 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => [ "brightbox", "aw-drupal" ]
+    :sources => [ "passenger" ]
   },
   :memcached => {
     :memory_limit => 400,
@@ -18,5 +18,6 @@ default_attributes(
 )
 
 run_list(
-  "recipe[civicrm]"
+  "role[crm]",
+  "recipe[foundation::wiki]"
 )