]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-05.rb
Add role for azure
[chef.git] / roles / thorn-05.rb
index e36e2201747807ddaacbeba8dde04e8010d46cc8..7d0db0e250df50d4b853f733dcd0638bf0ff05b2 100644 (file)
@@ -10,19 +10,10 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.42",
         :bond => {
-          :slaves => %w(em1 em2)
+          :slaves => %w[em1 em2]
         }
       }
     }
-  },
-  :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"
-      }
-    }
   }
 )