]> git.openstreetmap.org Git - chef.git/blob - roles/apt.rb
d0fec39dd4549453a3738536c50119b70516669c
[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         :members => [
10           :tomh, :grant
11         ]
12       }
13     }
14   }
15 )
16
17 run_list(
18   "recipe[apt::repository]"
19 )