From d44e9817679c741a98862c42f1684db07eba3244 Mon Sep 17 00:00:00 2001 From: tphoney Date: Mon, 10 Jul 2017 10:31:08 +0100 Subject: [PATCH] Adding tos_maxclock and cleanup to ntp.conf --- README.md | 10 ++++++++++ data/common.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7e9895..0d306a00 100644 --- a/README.md +++ b/README.md @@ -558,6 +558,16 @@ Whether to enable tos options. Default value: `false`. +#### `tos_maxclock` + +Optional. + +Data type: Integer[1]. + +Specifies the maxclock tos option. + +Default value: 6. + #### `tos_minclock` Optional. diff --git a/data/common.yaml b/data/common.yaml index b6606d34..50921822 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -54,8 +54,8 @@ ntp::tinker: ~ ntp::tos_ceiling: 15 ntp::tos_cohort: 0 ntp::tos_floor: 1 -ntp::tos_minclock: 3 ntp::tos_maxclock: 6 +ntp::tos_minclock: 3 ntp::tos_minsane: 1 ntp::tos: false ntp::udlc_stratum: 10