From 1e27b543c8175a501ee61222797be30b949f1ad3 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Wed, 12 May 2010 16:28:46 -0400 Subject: depend on cron module --- manifests/puppetmaster/checklastrun.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/puppetmaster') diff --git a/manifests/puppetmaster/checklastrun.pp b/manifests/puppetmaster/checklastrun.pp index fdcc096..0c0126d 100644 --- a/manifests/puppetmaster/checklastrun.pp +++ b/manifests/puppetmaster/checklastrun.pp @@ -8,6 +8,6 @@ class puppet::puppetmaster::checklastrun { content => "40 10,22 * * * root /usr/local/bin/puppetlast\n", require => File["/usr/local/bin/puppetlast"], owner => root, group => 0, mode => 0644, - notify => service["crond"]; + notify => service["cron"]; } } -- cgit v1.2.3