]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chef-repository.rb
Make karm the database master
[chef.git] / roles / chef-repository.rb
index 525f619babe44b51196ff19848abd908a227972a..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"
@@ -15,13 +19,14 @@ default_attributes(
       :chefrepo => {
         :status => :role,
         :members => [
-          :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth
+          :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"
   }
 )