From: Grant Slater Date: Fri, 14 Dec 2018 16:34:22 +0000 (+0000) Subject: Fix ftp shorewall action X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c4beec9b0d992e5aebe03cf6d5b7de3b66ecb0b1?hp=e6d942db67fd560cb11df049bd355bbd664784f6 Fix ftp shorewall action --- diff --git a/cookbooks/ftp/recipes/default.rb b/cookbooks/ftp/recipes/default.rb index 58fc9c80b..21153f4c4 100644 --- a/cookbooks/ftp/recipes/default.rb +++ b/cookbooks/ftp/recipes/default.rb @@ -33,7 +33,7 @@ service "vsftpd" do end firewall_rule "accept-ftp-tcp" do - action :helper + action :accept source "net" dest "fw" proto "tcp"