mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
puppet: Fix paths in feedback-bot configuration.
(imported from commit e9407af884dc75490de5168e067453e77aa612d7)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[program:feedback-bot]
|
[program:feedback-bot]
|
||||||
command=/home/humbug/humbug/api/bots/feedback-bot
|
command=/home/humbug/humbug/bots/feedback-bot
|
||||||
autostart=true
|
autostart=true
|
||||||
user=humbug
|
user=humbug
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ class humbug::bots {
|
|||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => 640,
|
mode => 640,
|
||||||
source => "puppet:///modules/humbug/supervisor/conf.d/feedback-bot.conf",
|
source => "puppet:///modules/humbug/supervisord/conf.d/feedback-bot.conf",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
0
tools/humbug-puppet-apply
Normal file → Executable file
0
tools/humbug-puppet-apply
Normal file → Executable file
Reference in New Issue
Block a user