]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chef-repository.rb
Increase the passenger pool size for taginfo servers
[chef.git] / roles / chef-repository.rb
index b9ad2b46660b20d2585f0464e0cb07be6fc2f888..51129142601f5af1143df1968f5dae409c4bcae8 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,14 +18,15 @@ default_attributes(
       },
       :chefrepo => {
         :status => :role,
-        :members => [ 
-          :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth
+        :members => [
+          :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth, :jochen
         ]
       }
     }
   },
   :chef => {
-    :repository => "/var/lib/git/chef.git"
+    :public_repository => "/var/lib/git/public/chef.git",
+    :private_repository => "/var/lib/git/private/chef.git"
   }
 )