]> git.openstreetmap.org Git - chef.git/blob - roles/web-statistics.rb
Bump planet-dump-ng version to get fixes for memory explosion and pg_restore argument...
[chef.git] / roles / web-statistics.rb
1 name "web-statistics"
2 description "Role applied to all web/api statistics generation servers"
3
4 run_list(
5   "role[web]",
6   "recipe[web::statistics]"
7 )