summaryrefslogtreecommitdiff
path: root/manifests/master/checklastrun/disable.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/master/checklastrun/disable.pp')
-rw-r--r--manifests/master/checklastrun/disable.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/master/checklastrun/disable.pp b/manifests/master/checklastrun/disable.pp
index 655253d..e5a7198 100644
--- a/manifests/master/checklastrun/disable.pp
+++ b/manifests/master/checklastrun/disable.pp
@@ -1,3 +1,4 @@
+# disable the check
class puppet::master::checklastrun::disable inherits puppet::master::checklastrun {
File['/usr/local/sbin/puppetlast']{
@@ -5,7 +6,7 @@ class puppet::master::checklastrun::disable inherits puppet::master::checklastru
ensure => absent,
}
- File['/etc/cron.d/puppetlast.cron']{
+ File['/etc/cron.d/puppetlast']{
ensure => absent,
}
}