From efcf88a707de47a1be18170f9e2ccc6d717cfb51 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 31 May 2013 15:05:43 -0400 Subject: [PATCH] puppet: Fix paths in feedback-bot configuration. (imported from commit e9407af884dc75490de5168e067453e77aa612d7) --- .../modules/humbug/files/supervisord/conf.d/feedback-bot.conf | 2 +- servers/puppet/modules/humbug/manifests/bots.pp | 2 +- tools/humbug-puppet-apply | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 tools/humbug-puppet-apply 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