]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Fix more rubocop detected style issues
[chef.git] / roles / tilecache.rb
index 3a6d7fa5522c713da022fbe71e2d9308b2a78852..db78d4d76c6371d02eb18b70c11fea45344057cb 100644 (file)
@@ -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 => {