From 3252643904ff7bbda5144260e8ae7a3c04ace8c9 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 11 Oct 2012 15:58:27 +0200 Subject: file extension .sh is not recognized by run-parts --- manifests/puppetmaster/cleanup_reports/disable.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/puppetmaster/cleanup_reports/disable.pp') diff --git a/manifests/puppetmaster/cleanup_reports/disable.pp b/manifests/puppetmaster/cleanup_reports/disable.pp index 8636223..0b6da05 100644 --- a/manifests/puppetmaster/cleanup_reports/disable.pp +++ b/manifests/puppetmaster/cleanup_reports/disable.pp @@ -1,6 +1,6 @@ class puppet::puppetmaster::cleanup_reports::disable inherits puppet::puppetmaster::cleanup_reports { - File['/etc/cron.daily/puppet_reports_cleanup.sh']{ + File['/etc/cron.daily/puppet_reports_cleanup']{ ensure => absent, } } -- cgit v1.2.3