]> git.openstreetmap.org Git - chef.git/blob - cookbooks/web/metadata.rb
Avoid overwrite prompts when unzipping
[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           "apache"
10 depends           "passenger"
11 depends           "git"
12 depends           "memcached"
13 depends           "nodejs"
14 depends           "tools"
15 depends           "nfs"
16 depends           "accounts"
17 depends           "apt"
18 depends           "systemd"
19 depends           "geoipupdate"