]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chef-repository.rb
Upgrade bytemark machines to chef 13
[chef.git] / roles / chef-repository.rb
index 9e1815f1366f404f46c06afa61fa1529c7242dad..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"
@@ -14,7 +18,9 @@ default_attributes(
       },
       :chefrepo => {
         :status => :role,
-        :members => [ :tomh, :grant, :matt, :lonvia, :yellowbkpk ]
+        :members => [
+          :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth, :jochen
+        ]
       }
     }
   },