]> git.openstreetmap.org Git - chef.git/blob - roles/cplanet.rb
20d16cd26b2d6ea25e6fcdd7c70b5f321c6d311e
[chef.git] / roles / cplanet.rb
1 name "cplanet"
2 description "Role applied to servers providing a current planet file"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :jochen => {
8         :status => :administrator
9       },
10       :cplanet => {
11         :status => :role,
12         :members => [:jochen, :tomh]
13       }
14     }
15   }
16 )
17
18 run_list(
19   "recipe[cplanet]"
20 )