mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
The new puppet.conf file has to be moved into place manually. (imported from commit 253d9a95386dae8c803a998ce2dc7e8be40c880a)
10 lines
181 B
Puppet
10 lines
181 B
Puppet
class zulip-internal::bots {
|
|
class { 'zulip-internal::base': }
|
|
class { 'zulip::supervisor': }
|
|
|
|
file { '/etc/supervisor/conf.d/feedback-bot.conf':
|
|
ensure => absent,
|
|
}
|
|
|
|
}
|