]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-03.rb
tilecache: full port range
[chef.git] / roles / thorn-03.rb
index 09e948d8880d42ed2490ebad7cccb6541a379e1a..9a2393669242a85d23a8652a14d53bf90c6232ee 100644 (file)
@@ -14,19 +14,10 @@ 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"
-      }
-    }
   }
 )
 
 run_list(
-  "role[ic]",
+  "role[equinix]",
   "role[web-backend]"
 )