ntpd: Use native service provider for OpenBSD ntpd.
This commit is contained in:
parent
7ab4b0b7aa
commit
ca61f0e720
1 changed files with 0 additions and 4 deletions
|
@ -137,10 +137,6 @@ class ntpd::openntpd {
|
||||||
service { "ntpd":
|
service { "ntpd":
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
binary => "ntpd",
|
|
||||||
start => "ntpd -s",
|
|
||||||
stop => "pkill -u _ntp",
|
|
||||||
status => "pgrep -u _ntp",
|
|
||||||
require => File["/etc/ntpd.conf"],
|
require => File["/etc/ntpd.conf"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue