]> git.openstreetmap.org Git - chef.git/blob - roles/apt.rb
Merge remote-tracking branch 'github/pull/697'
[chef.git] / roles / apt.rb
1 name "apt"
2 description "Role applied to APT repositories"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :apt => {
8         :status => :role
9       }
10     }
11   }
12 )
13
14 run_list(
15   "recipe[apt::repository]"
16 )