X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fntpdate%2Fmanifests%2Finit.pp;h=f6f0f9ad9baba8fdb6bf7e2a7d607dac1efdb00b;hb=68ac1934cb606b4265e07a3907857078d95b9532;hp=ca21a4dbea0bfb813d3c9f826439400d8b10ff80;hpb=3eb533e5499e66423bafdedaf6c7d08ead1772de;p=mirror%2Fdsa-puppet.git diff --git a/modules/ntpdate/manifests/init.pp b/modules/ntpdate/manifests/init.pp index ca21a4dbe..f6f0f9ad9 100644 --- a/modules/ntpdate/manifests/init.pp +++ b/modules/ntpdate/manifests/init.pp @@ -8,6 +8,10 @@ class ntpdate { ensure => installed } + $ntpservers = $::hostname ? { + default => ['czerny.debian.org', 'clementi.debian.org', 'bm-bl1.debian.org', 'bm-bl2.debian.org', 'ubc-bl8.debian.org', 'ubc-bl4.debian.org'] + } + file { '/etc/default/ntpdate': content => template('ntpdate/etc-default-ntpdate.erb'), }