]> git.openstreetmap.org Git - chef.git/commitdiff
Add jochen to chef committers
authorTom Hughes <tom@compton.nu>
Fri, 27 Feb 2015 20:24:23 +0000 (20:24 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 27 Feb 2015 20:24:23 +0000 (20:24 +0000)
roles/chef-repository.rb

index 525f619babe44b51196ff19848abd908a227972a..d551353d03078cfb529462e41872c78ba965ad9d 100644 (file)
@@ -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
         ]
       }
     }