Skip to content

Commit 2492fc2

Browse files
committed
(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.
1 parent c061325 commit 2492fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
$driftfile = $default_driftfile
7373
$package_name = $default_package_name
7474
$restrict = [
75-
'-4 kod nomodify notrap nopeer noquery',
75+
'-4 default kod nomodify notrap nopeer noquery',
7676
'-6 default kod nomodify notrap nopeer noquery',
7777
'127.0.0.1',
7878
'::1',

0 commit comments

Comments
 (0)