]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-02.rb
Configure modtile and renderd collectors
[chef.git] / roles / thorn-02.rb
index a3b1efb2258601e39e4dd8b7fadf9773c5cfcdfa..493ca78d5d6e8c3630fcfc239cc4d48d58f97d41 100644 (file)
@@ -14,19 +14,9 @@ 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"
-      }
-    }
   }
 )
 
 run_list(
-  "role[equinix]",
-  "role[web-backend]"
+  "role[equinix]"
 )