X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6ed30a3d11d87fbec3d4ecef4c14b0f8ed707216..fcd6264917aaa7f96ba4766940292d3022eca8e2:/cookbooks/taginfo/metadata.rb diff --git a/cookbooks/taginfo/metadata.rb b/cookbooks/taginfo/metadata.rb index 795a69aa0..90517c121 100644 --- a/cookbooks/taginfo/metadata.rb +++ b/cookbooks/taginfo/metadata.rb @@ -1,19 +1,15 @@ name "taginfo" maintainer "OpenStreetMap Administrators" maintainer_email "admins@openstreetmap.org" -license "Apache 2.0" +license "Apache-2.0" description "Installs and configures taginfo" -long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) + version "1.0.0" +supports "ubuntu" +depends "accounts" depends "apache" depends "git" - -attribute "taginfo", - :display_name => "TAGINFO", - :description => "Hash of TAGINFO attributes", - :type => "hash" - -attribute "taginfo/sites", - :display_name => "Sites", - :description => "Array of TAGINFO sites to setup", - :default => [] +depends "passenger" +depends "planet" +depends "prometheus" +depends "ruby"