]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
put pummelzacken in import mode
[chef.git] / roles / git.rb
index 534ad105568ca66833020b23261a502b6c6cf9bd..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"]
   }
 )