]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mysql/metadata.rb
Tweak some tile sandboxes
[chef.git] / cookbooks / mysql / metadata.rb
index 547f5e4528093ba7f02928419119cf97c9c7e744..4f94d6099054ac24e890392ace88f89cdb53229f 100644 (file)
@@ -1,12 +1,11 @@
 name              "mysql"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Installs and configures mysql"
-long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
-version           "1.0.0"
 
-attribute "mysql",
-  :display_name => "MySQL",
-  :description => "Hash of MySQL configuration details",
-  :type => "hash"
+version           "1.0.0"
+supports          "ubuntu"
+depends           "chef"
+depends           "munin"
+depends           "prometheus"