diff --git a/servers/puppet/modules/humbug/files/supervisord/conf.d/feedback-bot.conf b/servers/puppet/modules/humbug/files/supervisord/conf.d/feedback-bot.conf index 204fd87700..3a001e09f1 100644 --- a/servers/puppet/modules/humbug/files/supervisord/conf.d/feedback-bot.conf +++ b/servers/puppet/modules/humbug/files/supervisord/conf.d/feedback-bot.conf @@ -1,4 +1,4 @@ [program:feedback-bot] -command=/home/humbug/humbug/api/bots/feedback-bot +command=/home/humbug/humbug/bots/feedback-bot autostart=true user=humbug diff --git a/servers/puppet/modules/humbug/manifests/bots.pp b/servers/puppet/modules/humbug/manifests/bots.pp index 11d4ea129d..c95f2ef9a3 100644 --- a/servers/puppet/modules/humbug/manifests/bots.pp +++ b/servers/puppet/modules/humbug/manifests/bots.pp @@ -17,6 +17,6 @@ class humbug::bots { owner => 'root', group => 'root', mode => 640, - source => "puppet:///modules/humbug/supervisor/conf.d/feedback-bot.conf", + source => "puppet:///modules/humbug/supervisord/conf.d/feedback-bot.conf", } } diff --git a/tools/humbug-puppet-apply b/tools/humbug-puppet-apply old mode 100644 new mode 100755