]> git.openstreetmap.org Git - chef.git/blob - cookbooks/web/metadata.rb
Add fail2ban block for repeated timeouts on the trackpoints API call
[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           "munin"
18 depends           "nodejs"
19 depends           "passenger"
20 depends           "ruby"
21 depends           "systemd"
22 depends           "tools"