]> git.openstreetmap.org Git - chef.git/commitdiff
Fix ftp shorewall action
authorGrant Slater <git@firefishy.com>
Fri, 14 Dec 2018 16:34:22 +0000 (16:34 +0000)
committerGrant Slater <git@firefishy.com>
Fri, 14 Dec 2018 16:34:22 +0000 (16:34 +0000)
cookbooks/ftp/recipes/default.rb

index 58fc9c80b7d0f7114b3614489b417f5bbb281e26..21153f4c440f49f1f0adac5db183edf194ae654b 100644 (file)
@@ -33,7 +33,7 @@ service "vsftpd" do
 end
 
 firewall_rule "accept-ftp-tcp" do
-  action :helper
+  action :accept
   source "net"
   dest "fw"
   proto "tcp"