]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Add role for konqi
[chef.git] / roles / foundation.rb
index e02b7d3e2631644ade1680e3496b5efa03041197..0dfab7c6bd528c9a4f8f03fed5f490da93a3b94b 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => [ "brightbox" ]
+    :sources => [ "passenger" ]
   },
   :memcached => {
     :memory_limit => 400,
@@ -18,5 +18,7 @@ default_attributes(
 )
 
 run_list(
-  "role[crm]"
+  "role[crm]",
+  "recipe[foundation::wiki]",
+  "recipe[foundation::board]"
 )