]> git.openstreetmap.org Git - chef.git/blob - roles/web-gpximport.rb
Configure the nfs_client and tcp munin plugins
[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 )