summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2010-01-20 14:03:46 +0100
committervarac <varacanero@zeromail.org>2010-01-20 14:03:46 +0100
commit1436c939bdb2ef131a6ff71e63d9e6909a228651 (patch)
treee08411cd05b14f2ba6a6403f53ec47cdde9381dd /manifests/puppetmaster
parentf5308a18abf6340eb125a90ac6d507a06519ef81 (diff)
removed service definition for cron, which should be in an own cron-module
Diffstat (limited to 'manifests/puppetmaster')
-rw-r--r--manifests/puppetmaster/checklastrun.pp2
1 files changed, 1 insertions, 1 deletions
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"];
}
}