X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2dfe1ce611aa91fafd4e68ea69056a604cde0f44..186893c55f3a4c4ad438b058781ce17b6b8acb57:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index b1b1e1e13..7500247f3 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,6 +2,11 @@ name "ridley" description "Master role applied to ridley" default_attributes( + :accounts => { + :users => { + :otrs => { :status => :role } + } + }, :apache => { :mpm => "event", :event => { @@ -43,7 +48,5 @@ run_list( "role[foundation]", "role[stateofthemap]", "role[blog]", - "role[otrs]", - "recipe[dmca]", "recipe[dhcpd]" )