]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/otrs/metadata.rb
Use a systemd unit for chef-client on Ubuntu 15.10
[chef.git] / cookbooks / otrs / metadata.rb
index 562783630f0b2990528f3f548f9cc00ac5dd65a8..bb738af7669197617c84899003106ab5f00b087d 100644 (file)
@@ -1,11 +1,13 @@
+name              "otrs"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
 license           "Apache 2.0"
 description       "Installs and configures OTRS"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
+long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
 version           "1.0.0"
 depends           "apache"
 depends           "postgresql"
+depends           "tools"
 
 attribute "otrs",
   :display_name => "OTRS",