X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..b63bdc407c3b2ea35c0574ccf6fc10f78bb9f26d:/roles/trac.rb 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]" )