Merge branch 'feature/no_tweets_for_xmpp_hal8000' of kosmos/chef into master

This commit is contained in:
galfert 2019-11-15 14:49:45 +00:00 committed by Gitea
commit 22400b929e
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ node.default['hal8000_xmpp']['http_port'] = 8082
node.default['hal8000_xmpp']['domain'] = "hal8000.chat.kosmos.org"
node.default['hal8000_xmpp']['hubot_scripts'] = [
"hubot-help", "hubot-read-tweet", "hubot-redis-brain",
"hubot-help", "hubot-redis-brain",
"hubot-rules", "hubot-shipit", "hubot-plusplus",
"hubot-tell", "hubot-seen", "hubot-rss-reader",
"hubot-incoming-webhook", "hubot-auth",

View File

@ -60,6 +60,7 @@ application hal8000_path do
group "hubot"
content [
"hubot-help",
"hubot-read-tweet",
"hubot-redis-brain",
"hubot-rules",
"hubot-shipit",