X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7bcced377bf4a50fc27d6e6fa4d0b180a78807d2..71f4169d5ec9d5d1c84929ddaedf6a004dc4fd58:/cookbooks/networking/recipes/default.rb diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 8101a9b89..a299a67cd 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -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"