X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2835205c501da417ff80ce4f06dc32d14c8c38bb..HEAD:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 60ebf295c..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,10 +48,5 @@ run_list( "role[foundation]", "role[stateofthemap]", "role[blog]", - "role[otrs]", - "role[donate]", - "recipe[hot]", - "recipe[dmca]", - "recipe[dhcpd]", - "recipe[ideditor]" + "recipe[dhcpd]" )