]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/metadata.rb
Drop long_description from metadata files
[chef.git] / cookbooks / forum / metadata.rb
index 56a5a98f37bcb1ff80166a9faff1a2aa89e93a65..21edbfe64551245457bc39d4a282a1c5cb4d8a6f 100644 (file)
@@ -1,8 +1,11 @@
 name              "forum"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Installs and configures a roundup server"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+
 version           "1.0.0"
+supports          "ubuntu"
 depends           "apache"
+depends           "git"
+depends           "mysql"