]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mailman/metadata.rb
Prevent use of buggy parser gem
[chef.git] / cookbooks / mailman / metadata.rb
index 87d6a1492022b7738a747aa07976de3665acd208..3ee45fbdbddcfabd6517ea30ca5518508a510527 100644 (file)
@@ -1,8 +1,11 @@
 name              "mailman"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Installs and configures mailman"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
+
 version           "1.0.0"
+supports          "ubuntu"
 depends           "apache"
+depends           "chef"
+depends           "prometheus"