]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
Merge interface families
[chef.git] / roles / git.rb
index 889aa2c38e994501f3be33e900d03ef552935fb7..c401c865f6311eece5ec360cb16bccedb864d613 100644 (file)
@@ -16,20 +16,16 @@ 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]
       }
     }
   },
-  :apache => {
-    :mpm => "event",
-      :event => {
-        :min_spare_threads => 50,
-        :max_spare_threads => 150,
-        :listen_cores_buckets_ratio => 4
-      }
-  },
   :git => {
     :host => "git.openstreetmap.org",
     :aliases => ["git.osm.org"]