]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-01.rb
Remove hp-g5 role from thorn-0[123]
[chef.git] / roles / thorn-01.rb
index 5133269c6876684ab6a2f657e4a12d5a2e19b2e8..b06587b5eba12921d9fdeea9132afd843f55333a 100644 (file)
@@ -15,13 +15,15 @@ default_attributes(
   :sysctl => {
     :ipv6_autoconf => {
       :comment => "Disable IPv6 auto-configuration on internal interface",
-      :parameters => { "net.ipv6.conf.eth0.autoconf" => "0" }
+      :parameters => {
+        "net.ipv6.conf.eth0.autoconf" => "0",
+        "net.ipv6.conf.eth0.accept_ra" => "0"
+      }
     }
   }
 )
 
 run_list(
   "role[ic]",
-  "role[hp-g5]",
   "role[web-backend]"
 )