Merge "Fix serving alert json file on eavesdrop"

This commit is contained in:
Jenkins 2013-12-13 22:28:05 +00:00 committed by Gerrit Code Review
commit 252cee587d

View File

@ -21,7 +21,7 @@ class openstack_project::eavesdrop (
include meetbot
$vhost_extra = '
<Location /var/lib/statusbot/www >
<Location /alert>
Header set Access-Control-Allow-Origin "*"
</Location>
'