On Jan 4, 2013, at 10:19 AM, Thomas S Hatch <
that...@gmail.com> wrote:
> Right now we do not have direct management of the /etc/crontab file built into the cron system, but you can manage the file with file.managed. If you are putting cron jobs in there at all I would discourage it, since you have more granularity placing the cron jobs in user crontabs and system level cron jobs should be maintained in root's crontab.
Actually, I'd argue that virtually all crontabs should live in /etc/cron.d/ (where supported), thus giving you granularity on a per job / per user basis, but not having to differentiate between user crontab locations (RedHat likes /var/spool/cron, Debian likes /var/spool/cron/crontabs/) depending upon platform.
This sounds like a brewing holy-war. :-)
-- Corey