]> git.openstreetmap.org Git - chef.git/blob - roles/community.rb
Drop spike-04 and spike-05 roles
[chef.git] / roles / community.rb
1 name "community"
2 description "Role applied to all community servers"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :community => {
8         :status => :role,
9         :members => [:grant, :tomh]
10       }
11     }
12   },
13   :exim => {
14     :smarthost_via => "fafnir.openstreetmap.org:26"
15   }
16 )
17
18 run_list(
19   "recipe[community]"
20 )