]> git.openstreetmap.org Git - chef.git/blob - roles/blix-nl.rb
Reduce memory cache size on jakelong
[chef.git] / roles / blix-nl.rb
1 name "blix-nl"
2 description "Role applied to all servers at Blix NL"
3
4 default_attributes(
5   :location => "Amsterdam, Netherlands"
6 )
7
8 override_attributes(
9   :ntp => {
10     :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
11   }
12 )
13
14 run_list(
15   "role[nl]",
16   "role[blix]"
17 )