]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chef-repository.rb
Remove gpximport role from spike-01
[chef.git] / roles / chef-repository.rb
index 9e1815f1366f404f46c06afa61fa1529c7242dad..55f62f6c6bf6b3e0a4c5c3d8fb056d74d457f217 100644 (file)
@@ -4,22 +4,33 @@ 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"
       },
       :chefrepo => {
         :status => :role,
-        :members => [ :tomh, :grant, :matt, :lonvia, :yellowbkpk ]
+        :members => [
+          :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"
   }
 )