X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/98365f1da1424a74d5e1a562f0885608fadb88e7..a7d96c8358a00088b485fadb5966eb4b231d2ff1:/roles/blix-no.rb diff --git a/roles/blix-no.rb b/roles/blix-no.rb new file mode 100644 index 000000000..02eab6d79 --- /dev/null +++ b/roles/blix-no.rb @@ -0,0 +1,13 @@ +name "blix-no" +description "Role applied to all servers at Blix NO" + +override_attributes( + :ntp => { + :servers => [ "0.no.pool.ntp.org", "1.no.pool.ntp.org", "europe.pool.ntp.org" ] + } +) + +run_list( + "role[no]", + "role[blix]" +)