]> git.openstreetmap.org Git - chef.git/blob - cookbooks/web/metadata.rb
community: use notify_group to DRY rebuild logic
[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           "nodejs"
18 depends           "passenger"
19 depends           "ruby"
20 depends           "systemd"
21 depends           "tools"