Serve the statusbot alert file from eavesdrop

Change-Id: I5c1a4adc25bab62564effba527122e57c229d1c5
This commit is contained in:
James E. Blair 2013-12-06 10:44:29 -08:00
parent b583f4f0b3
commit 7cf8168049
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,8 @@ define meetbot::site(
$nickpass,
$server,
$use_ssl,
$vhost_name = $::fqdn
$vhost_name = $::fqdn,
$vhost_extra = '',
) {
$varlib = "/var/lib/meetbot/${name}"

View File

@ -22,6 +22,8 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
allow from all
</Directory>
<%= vhost_extra %>
ErrorLog /var/log/apache2/<%= name %>_error.log
LogLevel warn
CustomLog /var/log/apache2/<%= name %>_access.log combined