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 935287c..fea3e66 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