From ca61f0e7205eded2a1033059cb9eccba6d707822 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 13 Apr 2016 14:30:41 +0300 Subject: [PATCH] ntpd: Use native service provider for OpenBSD ntpd. --- ntpd/manifests/init.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ntpd/manifests/init.pp b/ntpd/manifests/init.pp index cad9dba..c9b6d77 100644 --- a/ntpd/manifests/init.pp +++ b/ntpd/manifests/init.pp @@ -137,10 +137,6 @@ class ntpd::openntpd { service { "ntpd": ensure => running, enable => true, - binary => "ntpd", - start => "ntpd -s", - stop => "pkill -u _ntp", - status => "pgrep -u _ntp", require => File["/etc/ntpd.conf"], }