puppet: Fix typo in cron job name.

This commit is contained in:
Alex Vandiver 2021-12-31 17:39:53 -08:00
parent 4153b5c517
commit 54b6a83412
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class zulip::app_frontend_base {
}
# This cron job does nothing unless RATE_LIMIT_TOR_TOGETHER is enabled.
file { '/etc/cron.d/fetch-for-exit-nodes':
file { '/etc/cron.d/fetch-tor-exit-nodes':
ensure => file,
owner => 'root',
group => 'root',