From 22f2a8218cf3a105277d2ed429ddcd44187071e0 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 17 Jan 2014 16:48:17 -0800 Subject: [PATCH] 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 --- modules/openstack_project/manifests/status.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/openstack_project/manifests/status.pp b/modules/openstack_project/manifests/status.pp index 36ea9b82df..33935e501f 100644 --- a/modules/openstack_project/manifests/status.pp +++ b/modules/openstack_project/manifests/status.pp @@ -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',