summaryrefslogtreecommitdiff
path: root/manifests/cron
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-04 20:28:52 +0200
committermh <mh@immerda.ch>2009-10-04 20:28:52 +0200
commit9beff1dc3b928c055ebb038af56fea29406f2c09 (patch)
treef30936c85f08aae33ee8fc9344a5f7005a8faebe /manifests/cron
parent2052a6aedf959f24d4fc8bde89aa693d996af0c3 (diff)
fix define naming
Diffstat (limited to 'manifests/cron')
-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']{