]> git.openstreetmap.org Git - chef.git/blob - roles/web-gpximport.rb
There is no separate rubygems or irb for ruby 1.9 and later
[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 )