From ff68b7abe634a52f68fc38361c528c6e8b789779 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 14 Dec 2018 18:10:23 +0000 Subject: [PATCH] Enable FTP helper --- cookbooks/ftp/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.2