]> git.openstreetmap.org Git - chef.git/blob - roles/blix-nl.rb
Reduce CPU up scaling for IC systems due to cooling pressure
[chef.git] / roles / blix-nl.rb
1 name "blix-nl"
2 description "Role applied to all servers at Blix NL"
3
4 override_attributes(
5   :ntp => {
6     :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
7   }
8 )
9
10 run_list(
11   "role[nl]",
12   "role[blix]"
13 )