Set eavesdrop vhost

Now that it is on a numbered host, this should no longer be the FQDN,
but rather the service name.

Change-Id: Ia2533ac144f2ef3712730c43639bd4edcf3cb35a
This commit is contained in:
James E. Blair 2017-12-19 09:09:59 -08:00
parent 832eb323a6
commit 5a6165c17e

View File

@ -42,6 +42,7 @@ class openstack_project::eavesdrop (
server => 'chat.freenode.net:7000',
use_ssl => 'True',
vhost_extra => $vhost_extra,
vhost_name => 'eavesdrop.openstack.org',
manage_index => false,
channels => $meetbot_channels,
}