]> git.openstreetmap.org Git - chef.git/blob - roles/bytemark.rb
Drop last remnants of old bytemark networking
[chef.git] / roles / bytemark.rb
1 name "bytemark"
2 description "Role applied to all servers at Bytemark"
3
4 default_attributes(
5   :hosted_by => "Bytemark",
6   :location => "York, England"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["8.8.8.8", "8.8.4.4"],
12     :search => ["bm.openstreetmap.org", "openstreetmap.org"]
13   },
14   :ntp => {
15     :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
16   }
17 )
18
19 run_list(
20   "role[gb]"
21 )