mirror of https://github.com/zulip/zulip.git
puppet: Fix typo in cron job name.
This commit is contained in:
parent
4153b5c517
commit
54b6a83412
|
@ -207,7 +207,7 @@ class zulip::app_frontend_base {
|
||||||
}
|
}
|
||||||
|
|
||||||
# This cron job does nothing unless RATE_LIMIT_TOR_TOGETHER is enabled.
|
# 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,
|
ensure => file,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
|
|
Loading…
Reference in New Issue