X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4e9f478944695246f83b4173794c36855770b821..5da7d37116ed372029f79760c171fd8b19c9a95b:/cookbooks/ftp/recipes/default.rb diff --git a/cookbooks/ftp/recipes/default.rb b/cookbooks/ftp/recipes/default.rb index 53fc9423c..79e624ffa 100644 --- a/cookbooks/ftp/recipes/default.rb +++ b/cookbooks/ftp/recipes/default.rb @@ -50,4 +50,5 @@ firewall_rule "accept-ftp-tcp" do proto "tcp" dest_ports "ftp" source_ports "-" + helper "ftp" end