]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Add support for storing web logs in logstash
[chef.git] / roles / foundation.rb
index b6a324772ada25f972634d4eab2c0cf53f586f8d..031611775e13b6f887daeac921f4b26b4f36aa79 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => [ "brightbox" ]
+    :sources => ["passenger"]
   },
   :memcached => {
     :memory_limit => 400,
@@ -18,5 +18,8 @@ default_attributes(
 )
 
 run_list(
-  "recipe[civicrm]"
+  "role[crm]",
+  "role[elasticsearch]",
+  "recipe[foundation::wiki]",
+  "recipe[foundation::board]"
 )