X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/727eef9fdc54a7389929495ddc6007dcacf3fd36..e1d4946d46fa7d37f6deb50faaf5b92bf5659f2c:/cookbooks/tilecache/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 18aa14e14..7feb45fc9 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -25,6 +25,7 @@ tilecaches.each do |cache| cache.ipaddresses(:family => :inet, :role => :external).sort.each do |address| firewall_rule "accept-squid" do action :accept + family "inet" source "net:#{address}" dest "fw" proto "tcp:syn" @@ -33,6 +34,7 @@ tilecaches.each do |cache| end firewall_rule "accept-squid-icp" do action :accept + family "inet" source "net:#{address}" dest "fw" proto "udp"