summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/checklastrun/disable.pp
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2013-07-27 04:33:50 -0400
committerGabriel Filion <gabster@lelutin.ca>2013-07-27 04:33:50 -0400
commitc51b4cda722fbed3358aad4d03581be7802b4e93 (patch)
tree46d26497bbc3ddd531b709208834af8aa92de358 /manifests/puppetmaster/checklastrun/disable.pp
parent32abf4998f39058ddc1d0fbb870ee533328faba9 (diff)
parent38f2b63ff38885542033b709f0d0f3c688fa8949 (diff)
Merge remote-tracking branch 'intrigeri/bugfix/have_puppetlast_cronjob_run'
Diffstat (limited to 'manifests/puppetmaster/checklastrun/disable.pp')
-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,
}
}