X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18424e9038b5f06d815167da8f0c10bed5d5d211..f08ecb186ba2c0763ad2b58c0c9b95424a54cb3b:/cookbooks/stateofthemap/metadata.rb diff --git a/cookbooks/stateofthemap/metadata.rb b/cookbooks/stateofthemap/metadata.rb index 68bcf9e54..206bddd07 100644 --- a/cookbooks/stateofthemap/metadata.rb +++ b/cookbooks/stateofthemap/metadata.rb @@ -3,7 +3,10 @@ maintainer "OpenStreetMap Administrators" maintainer_email "admins@openstreetmap.org" license "Apache-2.0" description "Installs and configures State of the Map services" -long_description IO.read(File.join(File.dirname(__FILE__), "README.md")) + version "1.0.0" supports "ubuntu" +depends "apache" +depends "git" +depends "ruby" depends "wordpress"