summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/checklastrun/disable.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster/checklastrun/disable.pp')
-rw-r--r--manifests/puppetmaster/checklastrun/disable.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/puppetmaster/checklastrun/disable.pp b/manifests/puppetmaster/checklastrun/disable.pp
new file mode 100644
index 0000000..47c0130
--- /dev/null
+++ b/manifests/puppetmaster/checklastrun/disable.pp
@@ -0,0 +1,9 @@
+class puppet::puppetmaster::checklastrun::disable inherits puppet::puppetmaster::checklastrun {
+ File['/usr/local/bin/puppetlast']{
+ ensure => absent,
+ }
+ File['/etc/cron.d/puppetlast.cron']{
+ ensure => absent,
+ }
+}
+