From 0cb07edbbb3952a2c787a15642c93e41bec3c330 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 23 Apr 2013 17:54:09 +0200 Subject: Install puppetlast cronjob under a usable name. That is, install it as /etc/cron.d/puppetlast, and cleanup the old buggy /etc/cron.d/puppetlast.cron. As cron(8) says about /etc/cron.d/: "For example, any file containing dots will be ignored." --- manifests/puppetmaster/checklastrun/disable.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/puppetmaster/checklastrun/disable.pp') diff --git a/manifests/puppetmaster/checklastrun/disable.pp b/manifests/puppetmaster/checklastrun/disable.pp index 8fff212..8559280 100644 --- a/manifests/puppetmaster/checklastrun/disable.pp +++ b/manifests/puppetmaster/checklastrun/disable.pp @@ -5,7 +5,7 @@ class puppet::puppetmaster::checklastrun::disable inherits puppet::puppetmaster: ensure => absent, } - File['/etc/cron.d/puppetlast.cron']{ + File['/etc/cron.d/puppetlast']{ ensure => absent, } } -- cgit v1.2.3