X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..f9e3e2a61aca2a356d5e3f69b3f3f6f3c6986ce9:/roles/trac.rb?ds=sidebyside diff --git a/roles/trac.rb b/roles/trac.rb index 8f916ed13..9276c8895 100644 --- a/roles/trac.rb +++ b/roles/trac.rb @@ -1,13 +1,6 @@ name "trac" description "Role applied to all trac servers" -default_attributes( - :accounts => { - :users => { - :trac => { :status => :role } - } - } -) run_list( "recipe[trac]" )