Do not load hubot-read-tweet anymore, we're load our own from scripts/
Also join a test room
This commit is contained in:
parent
7378908d93
commit
d730663589
@ -31,7 +31,6 @@ application "schlupp_xmpp" do
|
|||||||
content [
|
content [
|
||||||
"hubot-auth",
|
"hubot-auth",
|
||||||
"hubot-help",
|
"hubot-help",
|
||||||
"hubot-read-tweet",
|
|
||||||
"hubot-redis-brain",
|
"hubot-redis-brain",
|
||||||
"hubot-rules",
|
"hubot-rules",
|
||||||
"hubot-shipit",
|
"hubot-shipit",
|
||||||
@ -56,7 +55,7 @@ application "schlupp_xmpp" do
|
|||||||
template "nodejs.systemd.service.erb"
|
template "nodejs.systemd.service.erb"
|
||||||
environment "HUBOT_XMPP_USERNAME" => "schlupp@5apps.com/hubot",
|
environment "HUBOT_XMPP_USERNAME" => "schlupp@5apps.com/hubot",
|
||||||
"HUBOT_XMPP_PASSWORD" => schlupp_xmpp_data_bag_item['password'],
|
"HUBOT_XMPP_PASSWORD" => schlupp_xmpp_data_bag_item['password'],
|
||||||
"HUBOT_XMPP_ROOMS" => "5info@muc.5apps.com,5ops@muc.5apps.com,core@muc.5apps.com,deploy@muc.5apps.com,storage@muc.5apps.com,watercooler@muc.5apps.com,hilti@muc.5apps.com",
|
"HUBOT_XMPP_ROOMS" => "5info@muc.5apps.com,5ops@muc.5apps.com,core@muc.5apps.com,deploy@muc.5apps.com,storage@muc.5apps.com,watercooler@muc.5apps.com,hilti@muc.5apps.com,test@muc.5apps.com",
|
||||||
"HUBOT_XMPP_HOST" => "xmpp.5apps.com",
|
"HUBOT_XMPP_HOST" => "xmpp.5apps.com",
|
||||||
"HUBOT_RSS_PRINTSUMMARY" => "false",
|
"HUBOT_RSS_PRINTSUMMARY" => "false",
|
||||||
"EXPRESS_PORT" => "8083",
|
"EXPRESS_PORT" => "8083",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user