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