]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/metadata.rb
Drop long_description from metadata files
[chef.git] / cookbooks / git / metadata.rb
index e2a495eae6a6449954fd6a6f9fba40fcbc45db42..003590d110f9e817758578e5b8094e2223aec4c6 100644 (file)
@@ -1,23 +1,10 @@
 name              "git"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Installs and configures git"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
+
 version           "1.0.0"
-depends           "networking"
-depends           "xinetd"
+supports          "ubuntu"
 depends           "apache"
-
-attribute "git",
-  :display_name => "Git",
-  :description => "Hash of Git attributes",
-  :type => "hash"
-
-attribute "git/host",
-  :display_name => "Server Hostname",
-  :description => "Hostname to use for Git server"
-
-attribute "git/directory",
-  :display_name => "Repository Directory",
-  :description => "Directory to use for Git server repositories"
+depends           "networking"