]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
Bring web site back online using karm
[chef.git] / roles / git.rb
index 1fb7fac7f0a6510db0a11bd861b38096ab42e2f4..534ad105568ca66833020b23261a502b6c6cf9bd 100644 (file)
@@ -12,18 +12,23 @@ 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"
+    :backup => "git"
   }
 )
 
 run_list(
-  "recipe[git::server]"
+  "recipe[git::server]",
+  "recipe[git::web]"
 )