Skip to content

Commit 10b30e6

Browse files
committed
Merge pull request #268 from DavidS/modules-2087-fix-debian-default-config
(MODULES-2087) fix debian default config
2 parents c061325 + 2492fc2 commit 10b30e6

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)