projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f3dfc1
)
new timeservers also for the ntpdate class
author
Peter Palfrader
<peter@palfrader.org>
Mon, 17 Jun 2013 11:05:33 +0000
(13:05 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 17 Jun 2013 11:05:33 +0000
(13:05 +0200)
modules/ntpdate/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ntpdate/manifests/init.pp
b/modules/ntpdate/manifests/init.pp
index
aa52c64
..
56b4b02
100644
(file)
--- a/
modules/ntpdate/manifests/init.pp
+++ b/
modules/ntpdate/manifests/init.pp
@@
-10,7
+10,7
@@
class ntpdate {
$ntpservers = $::hostname ? {
ancina => 'ntp.ugent.be',
- default => ['
merikanto.debian.org','orff.debian.org','ravel.debian.org','buson
i.debian.org']
+ default => ['
czerny.debian.org', 'clementi.debian.org', 'bm-bl1.debian.org', 'bm-bl2.debian.org', 'dijkstra.debian.org', 'luches
i.debian.org']
}
file { '/etc/default/ntpdate':