projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add basic FTP daemon to angor
[chef.git]
/
cookbooks
/
ftp
/
metadata.rb
1
name "ftp"
2
maintainer "Grant Slater"
3
maintainer_email "chef@firefishy.com"
4
license "Apache-2.0"
5
description "Installs/Configures ftp daemon"
6
long_description IO.read(File.join(File.dirname(__FILE__), "README.md"))
7
version "0.1"
8
supports "ubuntu"
9
depends "networking"