projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a81d3cd
)
Enable FTP helper
author
Grant Slater
<git@firefishy.com>
Fri, 14 Dec 2018 18:10:23 +0000
(18:10 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 16 Dec 2018 18:37:53 +0000
(18:37 +0000)
cookbooks/ftp/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/ftp/recipes/default.rb
b/cookbooks/ftp/recipes/default.rb
index 53fc9423c9075ee235b0f67f84e5083a8bc86627..79e624ffaa1afd7da1e5c984bacc1141bed77989 100644
(file)
--- a/
cookbooks/ftp/recipes/default.rb
+++ b/
cookbooks/ftp/recipes/default.rb
@@
-50,4
+50,5
@@
firewall_rule "accept-ftp-tcp" do
proto "tcp"
dest_ports "ftp"
source_ports "-"
+ helper "ftp"
end