X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b59e330e5f5c5057ecb27088a0d0c7c4f5c0ec22..fd98b3c103f6e6153e42cc3860f2ed61f1f4c5db:/roles/chef-repository.rb diff --git a/roles/chef-repository.rb b/roles/chef-repository.rb index b9ad2b466..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" @@ -14,8 +18,8 @@ default_attributes( }, :chefrepo => { :status => :role, - :members => [ - :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth + :members => [ + :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth, :jochen ] } }