mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
12 lines
225 B
Puppet
12 lines
225 B
Puppet
class zulip_ops::camo {
|
|
include zulip::camo
|
|
|
|
file { '/etc/cron.d/camo':
|
|
ensure => file,
|
|
owner => 'root',
|
|
group => 'root',
|
|
mode => '0644',
|
|
source => 'puppet:///modules/zulip_ops/cron.d/camo',
|
|
}
|
|
}
|