From 69b2f4f36ed173635c5934037c958c54f4503c5e Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 27 Dec 2008 17:50:36 +0000 Subject: correct 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 ea91593..432d635 100644 --- a/manifests/cron/openbsd.pp +++ b/manifests/cron/openbsd.pp @@ -9,7 +9,7 @@ class puppet::cron::openbsd inherits puppet::openbsd { Cron['puppetd_check']{ ensure => absent, } - Cron['puppetd_check']{ + Cron['puppetd_restart']{ ensure => absent, } -- cgit v1.2.3