]> git.openstreetmap.org Git - chef.git/blob - cookbooks/web/metadata.rb
Install curl as part of tools
[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           "fail2ban"
14 depends           "geoipupdate"
15 depends           "git"
16 depends           "memcached"
17 depends           "nodejs"
18 depends           "passenger"
19 depends           "ruby"
20 depends           "systemd"
21 depends           "tools"