]> 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 43c89179d38248880f7688c9a8aece84adb26ab0..c23644f44d5e12221dec270dc92e0deacc7b2c21 100644 (file)
@@ -3,8 +3,11 @@ maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
 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"