mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
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:
parent
689d8221e5
commit
047817b6b0
@ -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':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user