From: Tom Hughes Date: Fri, 27 Feb 2015 20:24:23 +0000 (+0000) Subject: Add jochen to chef committers X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f08dc11dac6e3a4c4433c1c5fdf023907fcf7a45 Add jochen to chef committers --- diff --git a/roles/chef-repository.rb b/roles/chef-repository.rb index 525f619ba..d551353d0 100644 --- a/roles/chef-repository.rb +++ b/roles/chef-repository.rb @@ -4,6 +4,10 @@ description "Role applied to all chef repositories" default_attributes( :accounts => { :users => { + :jochen => { + :status => :user, + :shell => "/usr/bin/git-shell" + }, :lonvia => { :status => :user, :shell => "/usr/bin/git-shell" @@ -15,7 +19,7 @@ default_attributes( :chefrepo => { :status => :role, :members => [ - :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth + :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth, :jochen ] } }