diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/linux.pp | 4 |
1 files changed, 0 insertions, 4 deletions
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", |