]> git.openstreetmap.org Git - chef.git/commitdiff
Drop test override that is no longer needed
authorTom Hughes <tom@compton.nu>
Sun, 5 Mar 2023 19:38:13 +0000 (19:38 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 6 Mar 2023 16:57:51 +0000 (16:57 +0000)
cookbooks/networking/recipes/default.rb

index e892f262ff15356f4cf4605af775d03dff144fd4..2ec9691a46a75fd80397b1f66c11404ef89451bd 100644 (file)
@@ -403,8 +403,6 @@ node.interfaces(:role => :external).each do |interface|
   interfaces << interface[:interface]
 end
 
-interfaces << "eth0" if kitchen? && interfaces.empty?
-
 template "/etc/nftables.conf" do
   source "nftables.conf.erb"
   owner "root"