Skip to content

Commit

Permalink
puppet: Remove absent of email-mirror cron job.
Browse files Browse the repository at this point in the history
This was marked as ensure absent in 24f8492, in v1.3.0 in 2014.
  • Loading branch information
alexmv committed Sep 30, 2020
1 parent 430d3b8 commit 966c8dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions puppet/zulip/manifests/app_frontend_base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@
group => 'zulip',
mode => '0755',
}
file { '/etc/cron.d/email-mirror':
ensure => absent,
}
file { "${zulip::common::nagios_plugins_dir}/zulip_app_frontend":
require => Package[$zulip::common::nagios_plugins],
recurse => true,
Expand Down

0 comments on commit 966c8dc

Please sign in to comment.