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
This commit is contained in:
Clark Boylan 2020-01-27 15:38:39 -08:00
parent cb00b967f7
commit 89b15fec21
1 changed files with 1 additions and 1 deletions

View File

@ -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'],