]> git.openstreetmap.org Git - chef.git/blob - roles/donate.rb
Remove redundant git configuration from ironbelly
[chef.git] / roles / donate.rb
1 name "donate"
2 description "Role applied to all donate servers"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :donate => {
8         :status => :role,
9         :members => [:grant, :tomh, :matt]
10       }
11     }
12   }
13 )
14
15 run_list(
16   "recipe[donate]"
17 )