From 2492fc22730950bd7c94f396deae8df0a6c1a971 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Mon, 1 Jun 2015 14:54:38 +0100 Subject: [PATCH] (MODULES-2087) fix default configuration for Debian ntpd reports syntax errors on wheezy and jessie with the original value, presumably creating a subtly broken config. --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index cf9c0118..7a6d79c6 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -72,7 +72,7 @@ $driftfile = $default_driftfile $package_name = $default_package_name $restrict = [ - '-4 kod nomodify notrap nopeer noquery', + '-4 default kod nomodify notrap nopeer noquery', '-6 default kod nomodify notrap nopeer noquery', '127.0.0.1', '::1',