]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Use passenger 4 on production servers
[chef.git] / roles / tilecache.rb
index 3a6d7fa5522c713da022fbe71e2d9308b2a78852..4f521d077094c860fde8d30ac01f0eff1177d87d 100644 (file)
@@ -3,7 +3,7 @@ description "Role applied to all tile cache servers"
 
 default_attributes(
   :apt => {
-    :sources => [ "nginx" ]
+    :sources => ["nginx"]
   },
   :sysctl => {
     :network_conntrack_time_wait => {
@@ -15,7 +15,7 @@ default_attributes(
     :network_conntrack_max => {
       :comment => "Increase max number of connections tracked",
       :parameters => {
-         "net.netfilter.nf_conntrack_max" => "131072"
+        "net.netfilter.nf_conntrack_max" => "131072"
       }
     },
     :squid_swappiness => {