]> git.openstreetmap.org Git - chef.git/commitdiff
Disable DNSSEC validation on shenron
authorTom Hughes <tom@compton.nu>
Fri, 28 Jan 2022 10:41:51 +0000 (10:41 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 28 Jan 2022 10:41:51 +0000 (10:41 +0000)
roles/shenron.rb

index 9e94e5edd97d70853a52000695a58c053ff4f271..76e0399f7ae3b9bc2b09b86dc72f98e9ee87310a 100644 (file)
@@ -26,6 +26,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
+    :dnssec => "false",
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",