From ac1c57a24b514487f56db56f2e4d54dd4e208ba2 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 11 Feb 2011 11:31:54 -0500 Subject: this cleanup isn't a good idea for the other linux people who are actually using the filename puppetd.cron --- manifests/linux.pp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'manifests/linux.pp') diff --git a/manifests/linux.pp b/manifests/linux.pp index c040bb4..a89e1cb 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -13,10 +13,6 @@ class puppet::linux inherits puppet::base { Service['puppet']{ require => Package[puppet], } - - # this is to clean up an invalid cron name from a previous version - # at some point, this should be removed - file { '/etc/cron.d/puppetd.cron': ensure => absent } file { '/etc/cron.d/puppetd': source => [ "puppet:///modules/site-puppet/cron.d/puppetd", -- cgit v1.2.3