summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
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/linux.pp
parentf5308a18abf6340eb125a90ac6d507a06519ef81 (diff)
removed service definition for cron, which should be in an own cron-module
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index 55fa623..09d0824 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -14,6 +14,6 @@ class puppet::linux inherits puppet::base {
source => [ "puppet://$server/modules/puppet/cron.d/puppetd.${operatingsystem}",
"puppet://$server/modules/puppet/cron.d/puppetd" ],
owner => root, group => 0, mode => 0644,
- notify => service["cron"];
+ notify => service["crond"];
}
}