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