mirror of https://github.com/zulip/zulip.git
Fix zulip->zulip_internal puppet path change for apns checker
(imported from commit 1fd43a4f4907c24fcbbda73bbaf3cf092a6cace1)
This commit is contained in:
parent
68335d9124
commit
20f3b3af8f
|
@ -47,7 +47,7 @@ class zulip_internal::app_frontend {
|
|||
owner => "root",
|
||||
group => "root",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip/cron.d/check-apns-tokens",
|
||||
source => "puppet:///modules/zulip_internal/cron.d/check-apns-tokens",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue