]> git.openstreetmap.org Git - chef.git/blob - cookbooks/git/metadata.rb
Disable mptsas status reporting for now
[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           "xinetd"
9 depends           "apache"
10
11 attribute "git",
12   :display_name => "Git",
13   :description => "Hash of Git attributes",
14   :type => "hash"
15
16 attribute "git/host",
17   :display_name => "Server Hostname",
18   :description => "Hostname to use for Git server"
19
20 attribute "git/directory",
21   :display_name => "Repository Directory",
22   :description => "Directory to use for Git server repositories"