Skip to content

Commit 971d9e8

Browse files
committed
daemon_config is not ntp.conf, but the environment file for the service
1 parent c1a62c7 commit 971d9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
}
4848
if 'ntpsec' in $ntp::package_name {
49-
$daemon_config = '/etc/ntpsec/ntp.conf'
49+
$daemon_config = '/etc/default/ntpsec'
5050
} else {
5151
$daemon_config = '/etc/default/ntp'
5252
}

0 commit comments

Comments
 (0)