From 39fca411870e5e357fcb1c1b70fba2741acba384 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 29 Mar 2013 16:06:03 -0700 Subject: [PATCH] Add openstack, openstack-dev to statusbot. Change-Id: Ie011dfb049989aff3dfaffb10f8e2782af1073b1 Reviewed-on: https://review.openstack.org/25769 Reviewed-by: Clark Boylan Approved: James E. Blair Tested-by: Jenkins --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 275530d64e..88cc2f8d88 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -144,7 +144,7 @@ node 'eavesdrop.openstack.org' { statusbot_nick => hiera('statusbot_nick'), statusbot_password => hiera('statusbot_nick_password'), statusbot_server => 'chat.freenode.net', - statusbot_channels => 'openstack-infra', + statusbot_channels => 'openstack-infra, openstack-dev, openstack', statusbot_auth_nicks => 'jeblair, ttx, fungi, mordred, clarkb, sdague', statusbot_wiki_user => hiera('statusbot_wiki_username'), statusbot_wiki_password => hiera('statusbot_wiki_password'),