]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
Merge interface families
[chef.git] / roles / git.rb
index 56670944e6640f49194b5d9c4b2cc71c23fc4e63..c401c865f6311eece5ec360cb16bccedb864d613 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"
       },
@@ -16,15 +16,19 @@ default_attributes(
         :status => :user,
         :shell => "/usr/bin/git-shell"
       },
+      :stereo => {
+        :status => :user,
+        :shell => "/usr/bin/git-shell"
+      },
       :git => {
         :status => :role,
-        :members => [ :tomh, :grant, :matt, :lonvia, :yellowbkpk, :translatewiki ]
+        :members => [:tomh, :grant, :matt, :lonvia, :yellowbkpk, :stereo]
       }
     }
   },
   :git => {
     :host => "git.openstreetmap.org",
-    :backup => "git"
+    :aliases => ["git.osm.org"]
   }
 )