]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Install contact-form-7 extension in civicrm wordpress instance
[chef.git] / roles / foundation.rb
index b19ebfc3cced265a20a80538997a344681bb8a26..22f8dc3eb0f52ee170fc21cf9254b6a0168bdb7e 100644 (file)
@@ -8,11 +8,15 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => ["passenger"]
+    :sources => ["passenger", "brightbox-ruby-ng"]
   },
   :elasticsearch => {
+    :version => "2.x",
     :cluster => {
       :name => "foundation"
+    },
+    :script => {
+      :disable_dynamic => false
     }
   },
   :memcached => {
@@ -26,5 +30,7 @@ run_list(
   "role[crm]",
   "role[elasticsearch]",
   "recipe[foundation::wiki]",
-  "recipe[foundation::board]"
+  "recipe[foundation::board]",
+  "recipe[foundation::dwg]",
+  "recipe[foundation::owg]"
 )