mirror of https://github.com/zulip/zulip.git
[puppet] Add the apns-token crontab file to puppet
(imported from commit f12001453c9ca924c801a6000927e3ee2696a392)
This commit is contained in:
parent
8ccf3ad36a
commit
91c54754fb
|
@ -42,5 +42,12 @@ class zulip_internal::app_frontend {
|
|||
mode => 600,
|
||||
source => 'puppet:///modules/zulip_internal/log2zulip.zuliprc',
|
||||
}
|
||||
file { "/etc/cron.d/check-apns-tokens":
|
||||
ensure => file,
|
||||
owner => "root",
|
||||
group => "root",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip/cron.d/check-apns-tokens",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue