]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-02.rb
Update IP address for tuatara
[chef.git] / roles / thorn-02.rb
index 84f3ccd3821a605b869d589224a7782de39eb101..09754369438317d57d24cecd7ba1bee798efa786 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]"
 )