]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ftp/recipes/default.rb
Enable FTP helper
[chef.git] / 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