]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chef-repository.rb
Add role for tabaluga
[chef.git] / roles / chef-repository.rb
index 525f619babe44b51196ff19848abd908a227972a..55f62f6c6bf6b3e0a4c5c3d8fb056d74d457f217 100644 (file)
@@ -4,10 +4,18 @@ 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"
       },
+      :stereo => {
+        :status => :user,
+        :shell => "/usr/bin/git-shell"
+      },
       :yellowbkpk => {
         :status => :user,
         :shell => "/usr/bin/git-shell"
@@ -15,13 +23,14 @@ default_attributes(
       :chefrepo => {
         :status => :role,
         :members => [
-          :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth
+          :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth, :jochen, :stereo
         ]
       }
     }
   },
   :chef => {
-    :repository => "/var/lib/git/chef.git"
+    :public_repository => "/var/lib/git/public/chef.git",
+    :private_repository => "/var/lib/git/private/chef.git"
   }
 )