puppet: Disable log2zulip cron job.

It hasn't been working for years, but more importantly, it spams up
root's mail queue so that one can't find important things in there
(e.g. the fact that the long-term-idle cron job was failing).
This commit is contained in:
Tim Abbott
2018-12-17 16:50:02 -08:00
parent 689d8221e5
commit 047817b6b0

View File

@@ -27,11 +27,7 @@ class zulip_ops::app_frontend {
}
file { '/etc/cron.d/log2zulip':
ensure => file,
owner => 'root',
group => 'root',
mode => '0644',
source => 'puppet:///modules/zulip_ops/cron.d/log2zulip',
ensure => absent,
}
file { '/etc/cron.d/check_send_receive_time':