]> git.openstreetmap.org Git - chef.git/blob - roles/web-gpximport.rb
Workaround irqbalance init not supporting $OPTIONS. Ubuntu bug: 1328556
[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 )