X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/85625531ef385b5be17fe2b0de369e3f1af2527b..7cea99ce44b5647f474c4fd380ca9c2462d5d398:/cookbooks/networking/recipes/default.rb diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 85472b316..86792ea99 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -220,10 +220,9 @@ firewall_rule "limit-icmp-echo" do rate_limit "s:1/sec:5" end -%w[ucl ic bm aws].each do |zone| +%w[ucl ams bm].each do |zone| firewall_rule "accept-openvpn-#{zone}" do action :accept - family :inet source zone dest "fw" proto "udp"