]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-01.rb
tilecache: enable some caching in nginx
[chef.git] / roles / thorn-01.rb
index 5e40db358de0838b4ea3fb1861d3d21a21f29fb5..27bd25cf0f8a80ba84ec886b67702024650aa647 100644 (file)
@@ -14,15 +14,6 @@ default_attributes(
         }
       }
     }
-  },
-  :sysctl => {
-    :ipv6_autoconf => {
-      :comment => "Disable IPv6 auto-configuration on internal interface",
-      :parameters => {
-        "net.ipv6.conf.eth0.autoconf" => "0",
-        "net.ipv6.conf.eth0.accept_ra" => "0"
-      }
-    }
   }
 )