From d439d82c5ac07c46ae839ef5cd8abe0da70ef807 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 15 Jul 2010 19:45:11 +0200 Subject: service-definition in shared-modules/cron is cron, not crond --- manifests/linux.pp | 2 +- manifests/puppetmaster/checklastrun.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/linux.pp b/manifests/linux.pp index 4190b85..c78570f 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -29,6 +29,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["crond"]; + notify => service["cron"]; } } 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