]> git.openstreetmap.org Git - chef.git/blobdiff - roles/forum.rb
Move cron customisation for tile caches to the tools cookbook
[chef.git] / roles / forum.rb
index 83abe0d88e5535181a93c84403dc34bd7e264c1e..8273fc47f20f27c1d4b877fa8ebd3b7f78ccdc0c 100644 (file)
@@ -2,11 +2,6 @@ name "forum"
 description "Role applied to all forum servers"
 
 default_attributes(
-  :accounts => {
-    :users => {
-      :lambertus => { :status => :administrator }
-    }
-  },
   :apache => {
     :mpm => "prefork",
     :timeout => 60,
@@ -15,7 +10,7 @@ default_attributes(
       :start_servers => 20,
       :min_spare_servers => 20,
       :max_spare_servers => 50,
-      :max_clients => 256,
+      :max_request_workers => 256
     }
   }
 )