]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Add sotm.org as alias for stateofthemap.org
[chef.git] / roles / dev.rb
index 9522ed62f4981426bb2a45404bde57cec8ae341e..e7e8465803fb3efe3dd28c8602cb06ba07b99902 100644 (file)
@@ -92,7 +92,7 @@ default_attributes(
       :server_limit => 32,
       :max_request_workers => 800,
       :threads_per_child => 50,
-      :max_requests_per_child => 10000
+      :max_connections_per_child => 10000
     }
   },
   :apt => {
@@ -113,10 +113,6 @@ default_attributes(
         :repository => "git://github.com/ppawel/openstreetmap-website.git",
         :revision => "owl-activity-tab"
       },
-      :groups => {
-        :repository => "git://github.com/osmlab/openstreetmap-website.git",
-        :revision => "groups-sketch"
-      },
       :comments => {
         :repository => "git://github.com/ukasiu/openstreetmap-website.git",
         :revision => "comments_list"
@@ -128,6 +124,10 @@ default_attributes(
       :locale => {
         :repository => "git://github.com/tomhughes/openstreetmap-website.git",
         :revision => "locale"
+      },
+      :rails50 => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails50"
       }
     }
   },