]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-03.rb
Remove gpximport role from spike-01
[chef.git] / roles / thorn-03.rb
index 954abeec3639bd52f7c627ad1257b35fc71d45ee..9a2393669242a85d23a8652a14d53bf90c6232ee 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"
-      }
-    }
   }
 )