From 89b15fec21649d6ed78e04194fc1ac1cdacf882e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 27 Jan 2020 15:38:39 -0800 Subject: [PATCH] Flot sources moved, update our minimization to accomodate Flot sources moved from the repo top level dir into the source dir. Accomodate this when we minimize and copy those js files. Change-Id: I3522271361fc43550ac1c6dc2a690c5cc5ce9c64 --- modules/openstack_project/manifests/status.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/status.pp b/modules/openstack_project/manifests/status.pp index 3f953daedd..7bace6440f 100644 --- a/modules/openstack_project/manifests/status.pp +++ b/modules/openstack_project/manifests/status.pp @@ -133,7 +133,7 @@ class openstack_project::status ( } exec { 'install_flot' : - command => 'yui-compressor -o \'.js$:.min.js\' /opt/flot/jquery.flot*.js; mv /opt/flot/jquery.flot*.min.js /srv/static/status', + command => 'yui-compressor -o \'.js$:.min.js\' /opt/flot/source/jquery.flot*.js; mv /opt/flot/source/jquery.flot*.min.js /srv/static/status', path => '/bin:/usr/bin', refreshonly => true, subscribe => Vcsrepo['/opt/flot'],