]> git.openstreetmap.org Git - chef.git/blob - roles/web-cleanup.rb
Run taginfo a little bit later, so it picks up the next hourly diff, too.
[chef.git] / roles / web-cleanup.rb
1 name "web-cleanup"
2 description "Role applied to all web/api database cleanup servers"
3
4 run_list(
5   "role[web]",
6   "recipe[web::cleanup]"
7 )