X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/388687b7120815bc61f49de6c5dd0ea793dad67b..096ced5d4a6bb4205ccdfa66e110a6273974560c:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 02bc8afa4..9a2c2e553 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -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]" )