From 73f6e1e366678c12615706c3aa0543f8d54b6069 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Fri, 29 Jan 2016 13:27:54 -0800 Subject: [PATCH] Add nibalizer to statusbot nicks Change-Id: I51a6502f5496cce0a46a835cb59b039401416b96 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index e9c08ebbed..7ee5d5b2dc 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -337,7 +337,7 @@ node 'eavesdrop.openstack.org' { statusbot_password => hiera('statusbot_nick_password'), statusbot_server => 'chat.freenode.net', statusbot_channels => hiera_array('statusbot_channels', ['openstack_infra']), - statusbot_auth_nicks => 'jeblair, ttx, fungi, mordred, clarkb, sdague, SergeyLukjanov, jhesketh, lifeless, pleia2, yolanda', + statusbot_auth_nicks => 'jeblair, ttx, fungi, mordred, clarkb, sdague, SergeyLukjanov, jhesketh, lifeless, pleia2, yolanda, nibalizer', statusbot_wiki_user => hiera('statusbot_wiki_username', 'username'), statusbot_wiki_password => hiera('statusbot_wiki_password'), statusbot_wiki_url => 'https://wiki.openstack.org/w/api.php',