Add nicks parameter to statusbot.

Change-Id: I293f4b5dd76de562cec39b4c995a2c255d383263
Reviewed-on: https://review.openstack.org/25765
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-03-29 15:43:31 -07:00 committed by Jenkins
parent 0c38a8c30a
commit bf35947d7b
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ class statusbot(
$password = '',
$server = '',
$channels = '',
$auth_nicks = '',
$wiki_user = '',
$wiki_password = '',
$wiki_url = '',

View File

@ -4,6 +4,7 @@ pass=<%= password %>
server=<%= server %>
port=6667
channels=<%= channels %>
nicks=<%= auth_nicks %>
lockfile=/var/run/statusbot/statusbot.pid
log_config=/etc/statusbot/logging.config