X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6f0a393ef9191a70d9c5040ed35f6ee4ca33db8b..9e82888404ae10b22445c3dabfb99ba6a0092628:/cookbooks/taginfo/metadata.rb diff --git a/cookbooks/taginfo/metadata.rb b/cookbooks/taginfo/metadata.rb index 9a747ef52..dd79000ab 100644 --- a/cookbooks/taginfo/metadata.rb +++ b/cookbooks/taginfo/metadata.rb @@ -1,20 +1,13 @@ 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 "passenger" 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 "ruby"