]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ftp/recipes/default.rb
Simpligy configuration of port numbers in firewall rules
[chef.git] / cookbooks / ftp / recipes / default.rb
index 28d69a7514bd1d7479942cda001d917678d5ca7c..14ab725a0e402495163c2c9bee4c0792fa78b00a 100644 (file)
@@ -49,6 +49,5 @@ firewall_rule "accept-ftp-tcp" do
   dest "fw"
   proto "tcp"
   dest_ports "ftp"
-  source_ports "-"
   helper "ftp"
 end