X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6d0fd628cfdf5b2e32c656b78ece007752c522f2..b3ee7b1035952ca54061e6cc5c058805101b4cce:/roles/git.rb diff --git a/roles/git.rb b/roles/git.rb index 09b95cbf1..31ad54036 100644 --- a/roles/git.rb +++ b/roles/git.rb @@ -4,6 +4,10 @@ description "Role applied to all git servers" default_attributes( :accounts => { :users => { + :bretth => { + :status => :user, + :shell => "/usr/bin/git-shell" + }, :lonvia => { :status => :user, :shell => "/usr/bin/git-shell" @@ -20,8 +24,7 @@ default_attributes( }, :git => { :host => "git.openstreetmap.org", - :aliases => ["git.osm.org"], - :backup => "git" + :aliases => ["git.osm.org"] } )