]> git.openstreetmap.org Git - chef.git/blob - roles/inxza.rb
mediawiki: Install PdfHandler only prior to MW 1.46 for now
[chef.git] / roles / inxza.rb
1 name "inxza"
2 description "Role applied to all servers at INX-ZA"
3
4 default_attributes(
5   :hosted_by => "INX-ZA",
6   :location => "Cape Town, South Africa"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["196.10.52.52", "196.10.54.54", "196.10.55.55"]
12   }
13 )
14
15 run_list(
16   "role[za]"
17 )