]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-04.rb
Update carto stylesheet to v4.23.0
[chef.git] / roles / thorn-04.rb
index 8954a8c348440f38991ea47be8496be61aff49a0..7afcfb3be2cb7a1d5d6033576ba8e57855747362 100644 (file)
@@ -14,15 +14,6 @@ default_attributes(
         }
       }
     }
-  },
-  :sysctl => {
-    :ipv6_autoconf => {
-      :comment => "Disable IPv6 auto-configuration on internal interface",
-      :parameters => {
-        "net.ipv6.conf.bond0.autoconf" => "0",
-        "net.ipv6.conf.bond0.accept_ra" => "0"
-      }
-    }
   }
 )