]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
Increase the passenger pool size for taginfo servers
[chef.git] / roles / git.rb
index 56670944e6640f49194b5d9c4b2cc71c23fc4e63..31ad54036829706b2021062d37b0d9b213cf2927 100644 (file)
@@ -4,11 +4,11 @@ description "Role applied to all git servers"
 default_attributes(
   :accounts => {
     :users => {
-      :lonvia => {
+      :bretth => {
         :status => :user,
         :shell => "/usr/bin/git-shell"
       },
-      :translatewiki => {
+      :lonvia => {
         :status => :user,
         :shell => "/usr/bin/git-shell"
       },
@@ -18,13 +18,13 @@ default_attributes(
       },
       :git => {
         :status => :role,
-        :members => [ :tomh, :grant, :matt, :lonvia, :yellowbkpk, :translatewiki ]
+        :members => [:tomh, :grant, :matt, :lonvia, :yellowbkpk]
       }
     }
   },
   :git => {
     :host => "git.openstreetmap.org",
-    :backup => "git"
+    :aliases => ["git.osm.org"]
   }
 )