]> git.openstreetmap.org Git - chef.git/blob - cookbooks/web/metadata.rb
Target ruby 2.7 as that is what chef 16 uses
[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           "chef"
13 depends           "geoipupdate"
14 depends           "git"
15 depends           "memcached"
16 depends           "munin"
17 depends           "nfs"
18 depends           "nodejs"
19 depends           "passenger"
20 depends           "systemd"
21 depends           "tools"