X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/85625531ef385b5be17fe2b0de369e3f1af2527b..e03067e0599313ff544f05dc5b49eaa5203c5978:/cookbooks/networking/recipes/default.rb?ds=sidebyside 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"