]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
another ntp cleanup
authorPeter Palfrader <peter@palfrader.org>
Mon, 20 May 2013 21:45:29 +0000 (23:45 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 20 May 2013 21:45:29 +0000 (23:45 +0200)
modules/ntp/templates/ntp.conf

index 935287c4921e4497ad9b3d3a088784f38f5f2c10..fea3e66ffd5481a3561e9f31603646f8549d0a8d 100644 (file)
@@ -6,20 +6,11 @@
 driftfile /var/lib/ntp/ntp.drift
 statsdir /var/log/ntpstats/
 
-# XXX REMOVE wheezy special handling when 670662 gets fixed
-
-<% 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
-filegen clockstats file clockstats type day enable
-<% else -%>
 statistics loopstats peerstats clockstats cryptostats
 filegen loopstats file loopstats type day enable
 filegen peerstats file peerstats type day enable
 filegen clockstats file clockstats type day enable
 filegen cryptostats file cryptostats type day enable
-<% end -%>
 
 crypto randfile /dev/urandom
 keysdir /etc/ntp.keys.d