From 1436c939bdb2ef131a6ff71e63d9e6909a228651 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 20 Jan 2010 14:03:46 +0100 Subject: removed service definition for cron, which should be in an own 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 76bfaec..7eae8a3 100644 --- a/manifests/puppetmaster/checklastrun.pp +++ b/manifests/puppetmaster/checklastrun.pp @@ -16,6 +16,6 @@ class puppet::puppetmaster::checklastrun { content => "40 10,22 * * * root $puppetlast_dest\n", require => File["$puppetlast_dest"], owner => root, group => 0, mode => 0644, - notify => service["cron"]; + notify => service["crond"]; } } -- cgit v1.2.3