]> git.openstreetmap.org Git - chef.git/blob - roles/community.rb
foundation: use default mediawiki version
[chef.git] / roles / community.rb
1 name "community"
2 description "Role applied to all community servers"
3
4 default_attributes(
5   :accounts => {
6     :groups => {
7       :commnunity => {
8         :members => [:grant, :tomh]
9       }
10     }
11   }
12 )
13
14 run_list(
15   "recipe[community]"
16 )