]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Add role for odin
[chef.git] / roles / foundation.rb
index b19ebfc3cced265a20a80538997a344681bb8a26..4926edeb2e59fbdd990c471fc92f9f5a6613ba30 100644 (file)
@@ -13,6 +13,9 @@ default_attributes(
   :elasticsearch => {
     :cluster => {
       :name => "foundation"
+    },
+    :script => {
+      :disable_dynamic => false
     }
   },
   :memcached => {
@@ -26,5 +29,6 @@ run_list(
   "role[crm]",
   "role[elasticsearch]",
   "recipe[foundation::wiki]",
-  "recipe[foundation::board]"
+  "recipe[foundation::board]",
+  "recipe[foundation::dwg]"
 )