From 9beff1dc3b928c055ebb038af56fea29406f2c09 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 4 Oct 2009 20:28:52 +0200 Subject: fix define naming --- manifests/cron/openbsd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/cron') 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']{ -- cgit v1.2.3