mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
[puppet] Add the apns-token crontab file to puppet
(imported from commit f12001453c9ca924c801a6000927e3ee2696a392)
This commit is contained in:
committed by
Waseem Daher
parent
8ccf3ad36a
commit
91c54754fb
@@ -42,5 +42,12 @@ class zulip_internal::app_frontend {
|
|||||||
mode => 600,
|
mode => 600,
|
||||||
source => 'puppet:///modules/zulip_internal/log2zulip.zuliprc',
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user