X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a45c1200e1b7b9ffdefe5fef3af9b1a93f5de31d..7ceeae1a312e18a1bb2d05c357455f3c058e3975:/cookbooks/networking/templates/default/shorewall6-hosts.erb diff --git a/cookbooks/networking/templates/default/shorewall6-hosts.erb b/cookbooks/networking/templates/default/shorewall6-hosts.erb deleted file mode 100644 index c2ac66356..000000000 --- a/cookbooks/networking/templates/default/shorewall6-hosts.erb +++ /dev/null @@ -1,12 +0,0 @@ -# DO NOT EDIT - This file is being maintained by Chef - -# ZONE HOST OPTIONS -<% node.interfaces(:family => :inet6, :role => :external).each do |interface| -%> -<% @zones.keys.sort.each do |zone| -%> -<% if @zones[zone]["inet6"] -%> -<% @zones[zone]["inet6"].sort.each do |ra| -%> -<%= zone %> <%= interface[:interface] %>:[<%= ra %>] -<% end -%> -<% end -%> -<% end -%> -<% end -%>