]> git.openstreetmap.org Git - chef.git/blob - roles/appliwave.rb
Use a numeric mtu
[chef.git] / roles / appliwave.rb
1 name "appliwave"
2 description "Role applied to all servers at Appliwave"
3
4 default_attributes(
5   :hosted_by => "Appliwave",
6   :location => "Croissy-Beaubourg, France"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["185.73.206.93", "185.73.206.94"]
12   },
13   :ntp => {
14     :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[fr]"
20 )