]> git.openstreetmap.org Git - chef.git/blob - roles/appliwave.rb
mediawiki: Install PdfHandler only prior to MW 1.46 for now
[chef.git] / roles / appliwave.rb
1 name "appliwave"
2 description "Role applied to all servers at Appliwave"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :appliwave => { :status => :administrator }
8     }
9   },
10   :hosted_by => "Appliwave",
11   :location => "Croissy-Beaubourg, France"
12 )
13
14 override_attributes(
15   :networking => {
16     :nameservers => ["185.73.206.93", "185.73.206.94"]
17   }
18 )
19
20 run_list(
21   "role[fr]"
22 )