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:
Clark Boylan 2014-01-17 16:48:17 -08:00
parent 16bf9b2960
commit 22f2a8218c
1 changed files with 6 additions and 0 deletions

View File

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