X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4226a607bcc0fbf418b9ae374af52651d67b8a52..b9eeecc2a3ad0fbba208b5b1cea862123fb746b6:/cookbooks/tilelog/metadata.rb diff --git a/cookbooks/tilelog/metadata.rb b/cookbooks/tilelog/metadata.rb index 0c75d9eb3..7abc77ea2 100644 --- a/cookbooks/tilelog/metadata.rb +++ b/cookbooks/tilelog/metadata.rb @@ -1,9 +1,10 @@ -name 'tilelog' -maintainer 'OpenStreetMap Administrators' -maintainer_email 'admins@openstreetmap.org' -license 'Apache 2.0' -description 'Installs and configures tile log analysis' -long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.0.0' -depends 'git' -depends 'tools' +name "tilelog" +maintainer "OpenStreetMap Administrators" +maintainer_email "admins@openstreetmap.org" +license "Apache-2.0" +description "Installs and configures tile log analysis" + +version "1.0.0" +supports "ubuntu" +depends "git" +depends "tools"