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