]> git.openstreetmap.org Git - chef.git/blob - cookbooks/git/metadata.rb
Add a load more cookbooks to the public repository
[chef.git] / cookbooks / git / metadata.rb
1 maintainer        "OpenStreetMap Administrators"
2 maintainer_email  "admins@openstreetmap.org"
3 license           "Apache 2.0"
4 description       "Installs and configures git"
5 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
6 version           "1.0.0"
7 depends           "networking"
8 depends           "apache"
9
10 attribute "git",
11   :display_name => "Git",
12   :description => "Hash of Git attributes",
13   :type => "hash"
14
15 attribute "git/host",
16   :display_name => "Server Hostname",
17   :description => "Hostname to use for Git server"
18
19 attribute "git/directory",
20   :display_name => "Repository Directory",
21   :description => "Directory to use for Git server repositories"