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:
e3d9e18
)
It does not break because of nat, but because of being on wheezy (maybe cf. 670662)
author
Peter Palfrader
<peter@palfrader.org>
Sat, 5 May 2012 13:21:22 +0000
(15:21 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 5 May 2012 13:21:22 +0000
(15:21 +0200)
modules/ntp/templates/ntp.conf
patch
|
blob
|
history
diff --git
a/modules/ntp/templates/ntp.conf
b/modules/ntp/templates/ntp.conf
index
4672a85
..
fdbde07
100644
(file)
--- a/
modules/ntp/templates/ntp.conf
+++ b/
modules/ntp/templates/ntp.conf
@@
-6,7
+6,7
@@
driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/
-<% if
scope.lookupvar('site::nodeinfo')['misc']['natted']
-%>
+<% if
%w{wheezy}.include?(scope.lookupvar('::lsbdistcodename'))
-%>
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable