]> git.openstreetmap.org Git - chef.git/blob - roles/catalyst.rb
Add role for firnen
[chef.git] / roles / catalyst.rb
1 name "catalyst"
2 description "Role applied to all servers at Catalyst"
3
4 default_attributes(
5   :hosted_by => "Catalyst",
6   :location => "Hamilton, New Zealand"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"]
12   },
13   :ntp => {
14     :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "oceania.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[nz]"
20 )