X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d5d78aa42c55fcf94c90655a19030bb7da65eeda..b25f46122ff7e9092ec9fb2e88ad15c564155c5e:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 7a653f422..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,8 +48,5 @@ run_list( "role[foundation]", "role[stateofthemap]", "role[blog]", - "role[otrs]", - "role[donate]", - "recipe[dmca]", "recipe[dhcpd]" )