From 46750e896a1bf613dd5734e5b381f7e37eb08bc1 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 14 Dec 2017 19:02:25 -0500 Subject: [PATCH] Add javascript alias to cacti.o.o for xenial It seems there have been some changes to how javascript libraries are installed in ubuntu xenial. Add an alias to /usr/share/javascript. Change-Id: I1ea75cd5c9fddc04515414427f9f322d83f14ecb Signed-off-by: Paul Belanger --- modules/openstack_project/templates/cacti.vhost.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/templates/cacti.vhost.erb b/modules/openstack_project/templates/cacti.vhost.erb index 77886a5fc3..cc0664e71c 100644 --- a/modules/openstack_project/templates/cacti.vhost.erb +++ b/modules/openstack_project/templates/cacti.vhost.erb @@ -6,6 +6,7 @@ ServerName <%= @vhost_name %> Alias /cacti /usr/share/cacti/site + Alias /javascript /usr/share/javascript RewriteEngine on RewriteRule ^/$ /cacti/graph_view.php [R,L]