]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
Split gitweb configuration into a separate recipe
[chef.git] / roles / git.rb
index 1fb7fac7f0a6510db0a11bd861b38096ab42e2f4..0b41762234c1566835c8ba1ec3575a7b989cc508 100644 (file)
@@ -12,18 +12,22 @@ default_attributes(
         :status => :user,
         :shell => "/usr/bin/git-shell"
       },
+      :yellowbkpk => {
+        :status => :user,
+        :shell => "/usr/bin/git-shell"
+      },
       :git => {
         :status => :role,
-        :members => [ :tomh, :grant, :matt, :lonvia, :translatewiki ]
+        :members => [ :tomh, :grant, :matt, :lonvia, :yellowbkpk, :translatewiki ]
       }
     }
   },
   :git => {
-    :host => "git.openstreetmap.org",
-    :directory => "/var/lib/git"
+    :host => "git.openstreetmap.org"
   }
 )
 
 run_list(
-  "recipe[git::server]"
+  "recipe[git::server]",
+  "recipe[git::web]"
 )