]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
Add https support for git.osm.org
[chef.git] / roles / git.rb
index 1fb7fac7f0a6510db0a11bd861b38096ab42e2f4..09b95cbf11273d5ef9d4b2e39ec965b8d783d934 100644 (file)
@@ -8,22 +8,24 @@ default_attributes(
         :status => :user,
         :shell => "/usr/bin/git-shell"
       },
-      :translatewiki => {
+      :yellowbkpk => {
         :status => :user,
         :shell => "/usr/bin/git-shell"
       },
       :git => {
         :status => :role,
-        :members => [ :tomh, :grant, :matt, :lonvia, :translatewiki ]
+        :members => [:tomh, :grant, :matt, :lonvia, :yellowbkpk]
       }
     }
   },
   :git => {
     :host => "git.openstreetmap.org",
-    :directory => "/var/lib/git"
+    :aliases => ["git.osm.org"],
+    :backup => "git"
   }
 )
 
 run_list(
-  "recipe[git::server]"
+  "recipe[git::server]",
+  "recipe[git::web]"
 )