X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3634febd0a66e60ca36e0e33779b3b35f67c1198..c44673e9c7b957f6b7f7d405f194963a69d74e6a:/cookbooks/stateofthemap/metadata.rb diff --git a/cookbooks/stateofthemap/metadata.rb b/cookbooks/stateofthemap/metadata.rb index 2e6141006..68bcf9e54 100644 --- a/cookbooks/stateofthemap/metadata.rb +++ b/cookbooks/stateofthemap/metadata.rb @@ -1,8 +1,9 @@ name "stateofthemap" maintainer "OpenStreetMap Administrators" maintainer_email "admins@openstreetmap.org" -license "Apache 2.0" +license "Apache-2.0" description "Installs and configures State of the Map services" -long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) +long_description IO.read(File.join(File.dirname(__FILE__), "README.md")) version "1.0.0" +supports "ubuntu" depends "wordpress"