X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3ee5c4d242a98a13d89a02ba7998610a20969e0c..2e17bd4b4697423f9c124cfdb802424a58c16d80:/cookbooks/ftp/recipes/default.rb diff --git a/cookbooks/ftp/recipes/default.rb b/cookbooks/ftp/recipes/default.rb index 14ab725a0..9cd534a0b 100644 --- a/cookbooks/ftp/recipes/default.rb +++ b/cookbooks/ftp/recipes/default.rb @@ -45,9 +45,8 @@ end firewall_rule "accept-ftp-tcp" do action :accept - source "net" - dest "fw" - proto "tcp" + context :incoming + protocol :tcp dest_ports "ftp" helper "ftp" end