Copy black.png for the zuul status page.
Ensure the new black.png image is in a place the zuul status page can find it. Without it the status page does not render merge conflicts properly. Change-Id: Ia2e51d40efd872bf1b5ee9f20674b1ef3dee36eb
This commit is contained in:
parent
16bf9b2960
commit
22f2a8218c
@ -187,6 +187,12 @@ class openstack_project::status (
|
||||
require => File['/srv/static/status/zuul'],
|
||||
}
|
||||
|
||||
file { '/srv/static/status/zuul/black.png':
|
||||
ensure => present,
|
||||
source => 'puppet:///modules/openstack_project/zuul/black.png',
|
||||
require => File['/srv/static/status/zuul'],
|
||||
}
|
||||
|
||||
file { '/srv/static/status/zuul/line-angle.png':
|
||||
ensure => present,
|
||||
source => 'puppet:///modules/openstack_project/zuul/line-angle.png',
|
||||
|
Loading…
x
Reference in New Issue
Block a user