summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-04 20:16:26 +0200
committermh <mh@immerda.ch>2009-10-04 20:16:26 +0200
commit2052a6aedf959f24d4fc8bde89aa693d996af0c3 (patch)
treea50c80fb8a95da177aed35874524885c725dfc44 /manifests/openbsd.pp
parent76fbba7c159866025b9fd99fe68ebf7512c31c2c (diff)
use the new named define
Diffstat (limited to 'manifests/openbsd.pp')
-rw-r--r--manifests/openbsd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp
index c2fcccb..d08a50b 100644
--- a/manifests/openbsd.pp
+++ b/manifests/openbsd.pp
@@ -6,7 +6,7 @@ class puppet::openbsd inherits puppet::base {
hasstatus => false,
hasrestart => false,
}
- openbsd::add_to_rc_local{'puppetd':
+ openbsd::rc_local{'puppetd':
binary => '/usr/local/bin/puppetd',
}
cron { 'puppetd_check':