]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
Merge interface families
[chef.git] / roles / git.rb
index 048490aac98365f432821bcf08a5242e5817e5a2..c401c865f6311eece5ec360cb16bccedb864d613 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"
@@ -12,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]
+        :members => [:tomh, :grant, :matt, :lonvia, :yellowbkpk, :stereo]
       }
     }
   },
   :git => {
     :host => "git.openstreetmap.org",
-    :backup => "git"
+    :aliases => ["git.osm.org"]
   }
 )