diff options
author | Micah Anderson <micah@riseup.net> | 2011-02-11 11:31:54 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2011-02-11 11:31:54 -0500 |
commit | ac1c57a24b514487f56db56f2e4d54dd4e208ba2 (patch) | |
tree | 94e4f4e88bb1b03d6b9a58f320e3849699d4ee2b /manifests | |
parent | fe73cf4fa70a93cf8ab1ad375c9e9e77a72e20a1 (diff) |
this cleanup isn't a good idea for the other linux people who are actually using the filename puppetd.cron
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", |