X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3d3fad5515ff453e5d60dd012e20f130639ee61d..8f368b10a8cd0e097632874f720c49ce8eacea3a:/cookbooks/mysql/metadata.rb diff --git a/cookbooks/mysql/metadata.rb b/cookbooks/mysql/metadata.rb index 18b2492d7..4f94d6099 100644 --- a/cookbooks/mysql/metadata.rb +++ b/cookbooks/mysql/metadata.rb @@ -1,13 +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" +supports "ubuntu" +depends "chef" depends "munin" - -attribute "mysql", - :display_name => "MySQL", - :description => "Hash of MySQL configuration details", - :type => "hash" +depends "prometheus"