summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/checklastrun
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2013-04-23 17:54:09 +0200
committerintrigeri <intrigeri@boum.org>2013-04-23 17:54:09 +0200
commit0cb07edbbb3952a2c787a15642c93e41bec3c330 (patch)
treeb21a057cff94eba5833f46c09e1fabe80be7861c /manifests/puppetmaster/checklastrun
parentfa4b8e6f966d453d891da2101807c5493625e65c (diff)
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."
Diffstat (limited to 'manifests/puppetmaster/checklastrun')
-rw-r--r--manifests/puppetmaster/checklastrun/disable.pp2
1 files changed, 1 insertions, 1 deletions
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,
}
}