]> git.openstreetmap.org Git - chef.git/blob - roles/catalyst.rb
Simplify firewall zones
[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   :networking => {
8     :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"]
9   }
10 )
11
12 override_attributes(
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 )