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:
parent
0c38a8c30a
commit
bf35947d7b
@ -5,6 +5,7 @@ class statusbot(
|
||||
$password = '',
|
||||
$server = '',
|
||||
$channels = '',
|
||||
$auth_nicks = '',
|
||||
$wiki_user = '',
|
||||
$wiki_password = '',
|
||||
$wiki_url = '',
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user