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