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.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/manifests/puppetmaster/checklastrun/disable.pp b/manifests/puppetmaster/checklastrun/disable.pp
deleted file mode 100644
index 8559280..0000000
--- a/manifests/puppetmaster/checklastrun/disable.pp
+++ /dev/null
@@ -1,12 +0,0 @@
-class puppet::puppetmaster::checklastrun::disable inherits puppet::puppetmaster::checklastrun {
-
- File['/usr/local/sbin/puppetlast']{
- source => undef,
- ensure => absent,
- }
-
- File['/etc/cron.d/puppetlast']{
- ensure => absent,
- }
-}
-