]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
tilecache: Remove USA peers from NZ caches
[chef.git] / roles / git.rb
index 09b95cbf11273d5ef9d4b2e39ec965b8d783d934..31ad54036829706b2021062d37b0d9b213cf2927 100644 (file)
@@ -4,6 +4,10 @@ description "Role applied to all git servers"
 default_attributes(
   :accounts => {
     :users => {
+      :bretth => {
+        :status => :user,
+        :shell => "/usr/bin/git-shell"
+      },
       :lonvia => {
         :status => :user,
         :shell => "/usr/bin/git-shell"
@@ -20,8 +24,7 @@ default_attributes(
   },
   :git => {
     :host => "git.openstreetmap.org",
-    :aliases => ["git.osm.org"],
-    :backup => "git"
+    :aliases => ["git.osm.org"]
   }
 )