mirror of https://github.com/zulip/zulip.git
[puppet] Move email mirror cron to public module
This way we can reference it in the documentation. (imported from commit 37d5cbfcfb745e2b44768674f53d7ba450518cd0)
This commit is contained in:
parent
de56b947d4
commit
374acb7f24
|
@ -22,7 +22,7 @@ class zulip_internal::staging_app_frontend {
|
|||
owner => "root",
|
||||
group => "root",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip_internal/cron.d/email-mirror",
|
||||
source => "puppet:///modules/zulip/cron.d/email-mirror",
|
||||
}
|
||||
file { "/etc/cron.d/active-user-stats":
|
||||
ensure => file,
|
||||
|
|
Loading…
Reference in New Issue