From: Tom Hughes Date: Fri, 23 Aug 2013 21:45:58 +0000 (+0100) Subject: Give Ian Dees git commit access X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0ab0d03c08d14e7b71ebfcc63d1c95e84f2b2934?hp=b003ee530283df4a882339a66a4ae3917ee91003 Give Ian Dees git commit access --- diff --git a/roles/git.rb b/roles/git.rb index 1fb7fac7f..19ebfcdea 100644 --- a/roles/git.rb +++ b/roles/git.rb @@ -12,9 +12,13 @@ default_attributes( :status => :user, :shell => "/usr/bin/git-shell" }, + :yellowbkpk => { + :status => :user, + :shell => "/usr/bin/git-shell" + }, :git => { :status => :role, - :members => [ :tomh, :grant, :matt, :lonvia, :translatewiki ] + :members => [ :tomh, :grant, :matt, :lonvia, :yellowbkpk, :translatewiki ] } } },