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