]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/recipes/default.rb
Eliminate need for dummy addresses in when running under test
[chef.git] / cookbooks / networking / recipes / default.rb
index 8101a9b89141757902c86ef4d838722abfb8fd11..a299a67cdd2adec0d37bc98cc7b76b54be0fe46a 100644 (file)
@@ -400,9 +400,6 @@ search(:node, "networking:interfaces").collect do |n|
   end
 end
 
-hosts["inet"] << "127.0.0.1" if hosts["inet"].empty?
-hosts["inet6"] << "::1" if hosts["inet6"].empty?
-
 if node[:networking][:firewall][:engine] == "shorewall"
   package "shorewall"