Merge "Enable the #thanks feature in statusbot"
This commit is contained in:
commit
9114cd00cb
@ -343,6 +343,8 @@ node 'eavesdrop.openstack.org' {
|
||||
statusbot_wiki_pageid => '1781',
|
||||
# https://wiki.openstack.org/wiki/Successes
|
||||
statusbot_wiki_successpageid => '7717',
|
||||
# https://wiki.openstack.org/wiki/Thanks
|
||||
statusbot_wiki_thankspageid => '37700',
|
||||
statusbot_irclogs_url => 'http://eavesdrop.openstack.org/irclogs/%(chan)s/%(chan)s.%(date)s.log.html',
|
||||
statusbot_twitter => true,
|
||||
statusbot_twitter_key => hiera('statusbot_twitter_key'),
|
||||
|
@ -12,6 +12,7 @@ class openstack_project::eavesdrop (
|
||||
$statusbot_wiki_url = '',
|
||||
$statusbot_wiki_pageid = '',
|
||||
$statusbot_wiki_successpageid = '',
|
||||
$statusbot_wiki_thankspageid = '',
|
||||
$statusbot_irclogs_url = '',
|
||||
$statusbot_twitter = undef,
|
||||
$statusbot_twitter_key = '',
|
||||
@ -56,6 +57,7 @@ class openstack_project::eavesdrop (
|
||||
wiki_url => $statusbot_wiki_url,
|
||||
wiki_pageid => $statusbot_wiki_pageid,
|
||||
wiki_successpageid => $statusbot_wiki_successpageid,
|
||||
wiki_thankspageid => $statusbot_wiki_thankspageid,
|
||||
irclogs_url => $statusbot_irclogs_url,
|
||||
twitter => $statusbot_twitter,
|
||||
twitter_key => $statusbot_twitter_key,
|
||||
|
Loading…
Reference in New Issue
Block a user