From: Philipp Dallig Date: Mon, 11 Sep 2017 15:56:50 +0000 (+0200) Subject: cosar-test-customer - correct ntp X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=57d584a2185d8bf54377c58b888d6a78015b9cc8;p=pixelpark%2Fhiera.git cosar-test-customer - correct ntp --- diff --git a/customer/cosar-test-customer/common.yaml b/customer/cosar-test-customer/common.yaml index 4a020d6a..8d899cdb 100644 --- a/customer/cosar-test-customer/common.yaml +++ b/customer/cosar-test-customer/common.yaml @@ -24,14 +24,11 @@ ntp::restrict: - '-6 default kod notrap nomodify nopeer noquery' - '-6 ::1 nomodify' ntp::disable_monitor: false -ntp::statsdir: - - '/var/log/ntpstats/' +ntp::statsdir: '/var/log/ntpstats/' ntp::tinker: true ntp::stepout: 900 -ntp::leapfile: - - '/etc/ntp.leapseconds' -ntp::driftfile: - - '/var/lib/ntp/ntp.drift' +ntp::leapfile: '/etc/ntp.leapseconds' +ntp::driftfile: '/var/lib/ntp/ntp.drift' ntp::statistics: - 'loopstats peerstats clockstats'