]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ftp/recipes/default.rb
Fix incorrect alert annotation
[chef.git] / cookbooks / ftp / recipes / default.rb
index 28d69a7514bd1d7479942cda001d917678d5ca7c..9cd534a0b98d7022f9c43a845ceebcdd4d7121c5 100644 (file)
@@ -45,10 +45,8 @@ end
 
 firewall_rule "accept-ftp-tcp" do
   action :accept
-  source "net"
-  dest "fw"
-  proto "tcp"
+  context :incoming
+  protocol :tcp
   dest_ports "ftp"
-  source_ports "-"
   helper "ftp"
 end