]> git.openstreetmap.org Git - chef.git/blob - cookbooks/mysql/metadata.rb
Convert all notify/subscribe calls to the new style syntax
[chef.git] / cookbooks / mysql / metadata.rb
1 maintainer        "OpenStreetMap Administrators"
2 maintainer_email  "admins@openstreetmap.org"
3 license           "Apache 2.0"
4 description       "Installs and configures mysql"
5 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
6 version           "1.0.0"
7
8 attribute "mysql",
9   :display_name => "MySQL",
10   :description => "Hash of MySQL configuration details",
11   :type => "hash"