]> git.openstreetmap.org Git - chef.git/blob - roles/oxidized.rb
mediawiki: Install PdfHandler only prior to MW 1.46 for now
[chef.git] / roles / oxidized.rb
1 name "oxidized"
2 description "Role applied to all oxidized servers"
3
4 default_attributes(
5   :accounts => {
6     :groups => {
7       :oxidized => {
8         :members => [:grant, :tomh]
9       }
10     }
11   }
12 )
13
14 run_list(
15   "recipe[oxidized]"
16 )