]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/gps-tile/metadata.rb
Limit required attributes to the actions that need them
[chef.git] / cookbooks / gps-tile / metadata.rb
index 4ce457d420262f4a0bd0665d14a8f5129acfbe44..c23644f44d5e12221dec270dc92e0deacc7b2c21 100644 (file)
@@ -1,8 +1,13 @@
 name              "gps-tile"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Configures a GPS tile server"
-long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
+
 version           "1.0.0"
+supports          "ubuntu"
+depends           "accounts"
 depends           "apache"
+depends           "git"
+depends           "memcached"
+depends           "systemd"