From e53616384acf3678367f26a2e210381c5427d305 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 20 Jan 2010 00:18:23 +0100 Subject: added cron reload to recognize cronfile changes --- manifests/debian.pp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manifests') diff --git a/manifests/debian.pp b/manifests/debian.pp index 62c7661..f078601 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -13,4 +13,13 @@ class puppet::debian inherits puppet::linux { File['/etc/cron.d/puppetd.cron']{ path => '/etc/cron.d/puppetd', } + + service{'cron': + name => 'cron', + enable => true, + ensure => running, + hasstatus => true, + } + + } -- cgit v1.2.3