]> git.openstreetmap.org Git - chef.git/blob - roles/blix-no.rb
Fix rubocop style warning
[chef.git] / roles / blix-no.rb
1 name "blix-no"
2 description "Role applied to all servers at Blix NO"
3
4 override_attributes(
5   :ntp => {
6     :servers => ["0.no.pool.ntp.org", "1.no.pool.ntp.org", "europe.pool.ntp.org"]
7   }
8 )
9
10 run_list(
11   "role[no]",
12   "role[blix]"
13 )