]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mysql/metadata.rb
Increase nf_conntrack_max for tile caches
[chef.git] / cookbooks / mysql / metadata.rb
index 18b2492d7912c67cdfc5a94d9eced773a53c57cb..0641d5bf3c8b796537ec80214cb04c3b13337988 100644 (file)
@@ -1,13 +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"
+supports          "ubuntu"
 depends           "munin"
-
-attribute "mysql",
-  :display_name => "MySQL",
-  :description => "Hash of MySQL configuration details",
-  :type => "hash"