From c4beec9b0d992e5aebe03cf6d5b7de3b66ecb0b1 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 14 Dec 2018 16:34:22 +0000 Subject: [PATCH 1/1] Fix ftp shorewall action --- cookbooks/ftp/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2