]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dev/metadata.rb
Limit required attributes to the actions that need them
[chef.git] / cookbooks / dev / metadata.rb
1 name              "dev"
2 maintainer        "OpenStreetMap Administrators"
3 maintainer_email  "admins@openstreetmap.org"
4 license           "Apache-2.0"
5 description       "Installs and configures dev services"
6
7 version           "1.0.0"
8 supports          "ubuntu"
9 depends           "apache"
10 depends           "passenger"
11 depends           "chef"
12 depends           "geoipupdate"
13 depends           "git"
14 depends           "memcached"
15 depends           "munin"
16 depends           "mysql"
17 depends           "nodejs"
18 depends           "php"
19 depends           "postgresql"
20 depends           "python"
21 depends           "tools"
22 depends           "web"