X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..4f37c04f6ba42143e99ddf354dd4219563298ae0:/cookbooks/mysql/metadata.rb diff --git a/cookbooks/mysql/metadata.rb b/cookbooks/mysql/metadata.rb index f77dbf81c..18b2492d7 100644 --- a/cookbooks/mysql/metadata.rb +++ b/cookbooks/mysql/metadata.rb @@ -1,9 +1,11 @@ +name "mysql" maintainer "OpenStreetMap Administrators" maintainer_email "admins@openstreetmap.org" license "Apache 2.0" description "Installs and configures mysql" -long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc')) +long_description IO.read(File.join(File.dirname(__FILE__), "README.md")) version "1.0.0" +depends "munin" attribute "mysql", :display_name => "MySQL",