X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2ec62d46e6d050fe6384df90a2869036662d1b51..faf8ae12e85eabb050b0f5eceb2cb67ad1de5261:/cookbooks/mysql/metadata.rb diff --git a/cookbooks/mysql/metadata.rb b/cookbooks/mysql/metadata.rb new file mode 100644 index 000000000..f77dbf81c --- /dev/null +++ b/cookbooks/mysql/metadata.rb @@ -0,0 +1,11 @@ +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')) +version "1.0.0" + +attribute "mysql", + :display_name => "MySQL", + :description => "Hash of MySQL configuration details", + :type => "hash"