mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
10 lines
171 B
Puppet
10 lines
171 B
Puppet
class zulip_internal::bots {
|
|
include zulip_internal::base
|
|
include zulip::supervisor
|
|
|
|
file { '/etc/supervisor/conf.d/feedback-bot.conf':
|
|
ensure => absent,
|
|
}
|
|
|
|
}
|