]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/metadata.rb
Allow wordpress themes to be installed from zip
[chef.git] / cookbooks / wordpress / metadata.rb
index eaf4976da73272f4cd8e92ebfbf83248e1cc060c..09e29c13381b182fb734515e0556d893ad1f4e30 100644 (file)
@@ -1,10 +1,17 @@
 name              "wordpress"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Installs and configures Wordpress"
-long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
+
 version           "1.0.0"
+supports          "ubuntu"
+depends           "accounts"
 depends           "apache"
 depends           "chef"
+depends           "fail2ban"
+depends           "git"
 depends           "mysql"
+depends           "php"
+depends           "ssl"
+gem               "httpclient"