Skip to content

Commit c7f93cb

Browse files
committed
daemon_config is not ntp.conf, but the environment file for the service
1 parent b6c368b commit c7f93cb

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
@@ -48,7 +48,7 @@
4848
}
4949
}
5050
if 'ntpsec' in $ntp::package_name {
51-
$daemon_config = '/etc/ntpsec/ntp.conf'
51+
$daemon_config = '/etc/default/ntpsec'
5252
} else {
5353
$daemon_config = '/etc/default/ntp'
5454
}

0 commit comments

Comments
 (0)