Add missing dependency for yui-compressor on status.o.o
Change-Id: I016bf449497cc8bff9b602dd652529e3f952b2f3 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
cce6b7f1dd
commit
56ea8eeb93
@ -109,8 +109,11 @@ class openstack_project::status (
|
||||
path => '/bin:/usr/bin',
|
||||
refreshonly => true,
|
||||
subscribe => Vcsrepo['/opt/jquery-visibility'],
|
||||
require => [File['/srv/static/status'],
|
||||
Vcsrepo['/opt/jquery-visibility']],
|
||||
require => [
|
||||
File['/srv/static/status'],
|
||||
Package['yui-compressor'],
|
||||
Vcsrepo['/opt/jquery-visibility'],
|
||||
],
|
||||
}
|
||||
|
||||
vcsrepo { '/opt/jquery-graphite':
|
||||
@ -138,8 +141,11 @@ class openstack_project::status (
|
||||
path => '/bin:/usr/bin',
|
||||
refreshonly => true,
|
||||
subscribe => Vcsrepo['/opt/flot'],
|
||||
require => [File['/srv/static/status'],
|
||||
Vcsrepo['/opt/flot']],
|
||||
require => [
|
||||
File['/srv/static/status'],
|
||||
Package['yui-compressor'],
|
||||
Vcsrepo['/opt/flot'],
|
||||
],
|
||||
}
|
||||
|
||||
###########################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user