]> git.openstreetmap.org Git - chef.git/blob - roles/apt.rb
Switch to using CINC for the chef server
[chef.git] / roles / apt.rb
1 name "apt"
2 description "Role applied to APT repositories"
3
4 run_list(
5   "recipe[apt::repository]"
6 )