]> git.openstreetmap.org Git - chef.git/commitdiff
Enable FTP helper
authorGrant Slater <git@firefishy.com>
Fri, 14 Dec 2018 18:10:23 +0000 (18:10 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 16 Dec 2018 18:37:53 +0000 (18:37 +0000)
cookbooks/ftp/recipes/default.rb

index 53fc9423c9075ee235b0f67f84e5083a8bc86627..79e624ffaa1afd7da1e5c984bacc1141bed77989 100644 (file)
@@ -50,4 +50,5 @@ firewall_rule "accept-ftp-tcp" do
   proto "tcp"
   dest_ports "ftp"
   source_ports "-"
+  helper "ftp"
 end