mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
puppet: Remove typo'd cron job.
54b6a83412fixed the typo introduced in49ad188449, but that does not clean up existing installs which had the file with the wrong name already. Remove the file with the typo'd name, so two jobs do not race, and fix the typo in the comment.
This commit is contained in:
committed by
Tim Abbott
parent
513fcb7bd5
commit
814841c9ec
@@ -220,4 +220,8 @@ class zulip::app_frontend_base {
|
||||
mode => '0644',
|
||||
source => 'puppet:///modules/zulip/cron.d/fetch-tor-exit-nodes',
|
||||
}
|
||||
# This was originally added with a typo in the name.
|
||||
file { '/etc/cron.d/fetch-for-exit-nodes':
|
||||
ensure => absent,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user