mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
puppet: Add supervisord configuration for feedback-bot.
(imported from commit c7deece3e48d59de856393a4a6b7929757bc1c7c)
This commit is contained in:
parent
f5b44cf349
commit
4cd3fd234c
@ -0,0 +1,4 @@
|
||||
[program:feedback-bot]
|
||||
command=/home/humbug/humbug/api/bots/feedback-bot
|
||||
autostart=true
|
||||
user=humbug
|
||||
@ -426,7 +426,14 @@ class humbug_bots {
|
||||
mode => 640,
|
||||
}
|
||||
|
||||
#TODO: Need to install our supervisor config
|
||||
file { '/etc/supervisor/conf.d/feedback-bot.conf':
|
||||
require => Package['supervisor'],
|
||||
ensure => file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => 640,
|
||||
source => "/root/humbug/servers/puppet/files/supervisor/conf.d/feedback-bot.conf",
|
||||
}
|
||||
}
|
||||
|
||||
class { "humbug_base": }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user