From: Grant Slater Date: Fri, 14 Dec 2018 18:10:23 +0000 (+0000) Subject: Enable FTP helper X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ff68b7abe634a52f68fc38361c528c6e8b789779?ds=inline Enable FTP helper --- 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