]> git.openstreetmap.org Git - chef.git/blob - roles/gandi.rb
foundation: use default mediawiki version
[chef.git] / roles / gandi.rb
1 name "gandi"
2 description "Role applied to all servers at Gandi"
3
4 default_attributes(
5   :hosted_by => "Gandi",
6   :location => "Bissen, Luxembourg"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["217.70.186.194", "217.70.186.193", "2001:4b98:dc2:49::193"]
12   }
13 )
14
15 run_list(
16   "role[lu]"
17 )