]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Add role for odin
[chef.git] / roles / foundation.rb
index 02bc8afa440cbae4511c5b3fb871fc030fa271af..9a2c2e553837c30fda36b4e030a889d73c2051aa 100644 (file)
@@ -14,9 +14,6 @@ default_attributes(
     :version => "5.x",
     :cluster => {
       :name => "foundation"
-    },
-    :script => {
-      :disable_dynamic => false
     }
   },
   :memcached => {
@@ -45,5 +42,6 @@ run_list(
   "recipe[foundation::wiki]",
   "recipe[foundation::board]",
   "recipe[foundation::dwg]",
+  "recipe[foundation::mwg]",
   "recipe[foundation::owg]"
 )