Serve up jquery-visibility.js for gerrit
Grab the latest jquery-visibility, and put it into place in gerrit's static folder. Change-Id: I2a8c5ad638dc4a0d256c06c2c94cde1779b4f0be
This commit is contained in:
parent
8400d7a184
commit
35ce3c58ec
@ -285,6 +285,22 @@ class openstack_project::gerrit (
|
|||||||
notify => Exec['reload_gerrit_header'],
|
notify => Exec['reload_gerrit_header'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vcsrepo { '/opt/jquery-visibility':
|
||||||
|
ensure => latest,
|
||||||
|
provider => git,
|
||||||
|
revision => 'master',
|
||||||
|
source => 'https://github.com/mathiasbynens/jquery-visibility.git',
|
||||||
|
}
|
||||||
|
|
||||||
|
file { '/home/gerrit2/review_site/static/jquery-visibility.js':
|
||||||
|
ensure => present,
|
||||||
|
source => '/opt/jquery-visibility/jquery-visibility.js',
|
||||||
|
subscribe => Vcsrepo['/opt/jquery-visibility'],
|
||||||
|
notify => Exec['reload_gerrit_header'],
|
||||||
|
require => [ File['/home/gerrit2/review_site/static'],
|
||||||
|
Class['::gerrit'] ]
|
||||||
|
}
|
||||||
|
|
||||||
file { '/home/gerrit2/review_site/static/hideci.js':
|
file { '/home/gerrit2/review_site/static/hideci.js':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => 'puppet:///modules/openstack_project/gerrit/hideci.js',
|
source => 'puppet:///modules/openstack_project/gerrit/hideci.js',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user