]> git.openstreetmap.org Git - chef.git/blob - roles/blix-no.rb
Move thorn-01 back to ramoth
[chef.git] / roles / blix-no.rb
1 name "blix-no"
2 description "Role applied to all servers at Blix NO"
3
4 default_attributes(
5   :location => "Oslo, Norway"
6 )
7
8 override_attributes(
9   :ntp => {
10     :servers => ["0.no.pool.ntp.org", "1.no.pool.ntp.org", "europe.pool.ntp.org"]
11   }
12 )
13
14 run_list(
15   "role[no]",
16   "role[blix]"
17 )