Fix serving alert json file on eavesdrop

It's a location directive, not directory.

Change-Id: I9cd9aadb04c80e3065c836a0a750afd96b0734d1
This commit is contained in:
James E. Blair 2013-12-11 14:53:20 -08:00
parent 571f737864
commit af78707983

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>
'