]> git.openstreetmap.org Git - chef.git/blob - cookbooks/web/metadata.rb
Update CI ruby version to 2.5.7
[chef.git] / cookbooks / web / metadata.rb
1 name              "web"
2 maintainer        "OpenStreetMap Administrators"
3 maintainer_email  "admins@openstreetmap.org"
4 license           "Apache-2.0"
5 description       "Installs and configures www.openstreetmap.org servers"
6
7 version           "1.0.1"
8 supports          "ubuntu"
9 depends           "accounts"
10 depends           "apache"
11 depends           "apt"
12 depends           "geoipupdate"
13 depends           "git"
14 depends           "memcached"
15 depends           "munin"
16 depends           "nfs"
17 depends           "nodejs"
18 depends           "passenger"
19 depends           "systemd"
20 depends           "tools"