Remove statusbot_accessbot_nick
This was and should have remained $accessbot_nick, but was inadvertently changed in I62c767eeab472ac79bf18ba0177ed80b08dbf8fa. Change-Id: If65833b2ebd15be7c7f002c20e466e095a886334
This commit is contained in:
parent
40e6661a54
commit
72b64418e2
@ -349,7 +349,7 @@ node 'eavesdrop.openstack.org' {
|
||||
statusbot_twitter_secret => hiera('statusbot_twitter_secret'),
|
||||
statusbot_twitter_token_key => hiera('statusbot_twitter_token_key'),
|
||||
statusbot_twitter_token_secret => hiera('statusbot_twitter_token_secret'),
|
||||
statusbot_accessbot_nick => hiera('accessbot_nick', 'username'),
|
||||
accessbot_nick => hiera('accessbot_nick', 'username'),
|
||||
accessbot_password => hiera('accessbot_nick_password'),
|
||||
meetbot_channels => hiera('meetbot_channels', ['openstack-infra']),
|
||||
}
|
||||
|
@ -18,7 +18,6 @@ class openstack_project::eavesdrop (
|
||||
$statusbot_twitter_secret = '',
|
||||
$statusbot_twitter_token_key = '',
|
||||
$statusbot_twitter_token_secret = '',
|
||||
$statusbot_accessbot_nick = '',
|
||||
$accessbot_nick = '',
|
||||
$accessbot_password = '',
|
||||
$project_config_repo = '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user