X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6f0a393ef9191a70d9c5040ed35f6ee4ca33db8b..9b7e8a0e7ae0d274c4e1fc54d04cdd5cbef38664:/cookbooks/mysql/metadata.rb diff --git a/cookbooks/mysql/metadata.rb b/cookbooks/mysql/metadata.rb index 547f5e452..0641d5bf3 100644 --- a/cookbooks/mysql/metadata.rb +++ b/cookbooks/mysql/metadata.rb @@ -1,12 +1,9 @@ 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" +supports "ubuntu" +depends "munin"