]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Add operations.osmfoundation.org site to ridley
[chef.git] / roles / foundation.rb
index b6a324772ada25f972634d4eab2c0cf53f586f8d..06c38c419ce01491df29b1d072f60ec11c3b609e 100644 (file)
@@ -8,7 +8,15 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => [ "brightbox" ]
+    :sources => ["passenger"]
+  },
+  :elasticsearch => {
+    :cluster => {
+      :name => "foundation"
+    },
+    :script => {
+      :disable_dynamic => false
+    }
   },
   :memcached => {
     :memory_limit => 400,
@@ -18,5 +26,10 @@ default_attributes(
 )
 
 run_list(
-  "recipe[civicrm]"
+  "role[crm]",
+  "role[elasticsearch]",
+  "recipe[foundation::wiki]",
+  "recipe[foundation::board]",
+  "recipe[foundation::dwg]",
+  "recipe[foundation::owg]"
 )