summaryrefslogtreecommitdiff
path: root/manifests/cron/openbsd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cron/openbsd.pp')
-rw-r--r--manifests/cron/openbsd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron/openbsd.pp b/manifests/cron/openbsd.pp
index 8337e22..9bb7a39 100644
--- a/manifests/cron/openbsd.pp
+++ b/manifests/cron/openbsd.pp
@@ -3,7 +3,7 @@ class puppet::cron::openbsd inherits puppet::openbsd {
case $puppet_config {
'': { $puppet_config = '/etc/puppet/puppet.conf' }
}
- Openbsd::Add_to_rc_local['puppetd']{
+ Openbsd::Rc_local['puppetd']{
ensure => 'absent',
}
Cron['puppetd_check']{