]> git.openstreetmap.org Git - chef.git/blob - roles/web-gpximport.rb
Use a lock file to stop multiple tile expirys running at once
[chef.git] / roles / web-gpximport.rb
1 name "web-gpximport"
2 description "Role applied to all web/api GPX import servers"
3
4 run_list(
5   "role[web]",
6   "recipe[web::gpx]"
7 )