From 24a44746f0c4cc39daeaedc306148f2d1e536759 Mon Sep 17 00:00:00 2001 From: "James E. Blair" <jeblair@openstack.org> Date: Thu, 27 Dec 2012 16:33:23 -0800 Subject: [PATCH] Fix more jquery-graphite typos. For pete's sake. Change-Id: I11ca349d05b183c964b2b8229626a6f01ef22e2b Reviewed-on: https://review.openstack.org/18703 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins --- modules/openstack_project/manifests/zuul.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/manifests/zuul.pp b/modules/openstack_project/manifests/zuul.pp index 70a3e8c8b7..c1d6fade19 100644 --- a/modules/openstack_project/manifests/zuul.pp +++ b/modules/openstack_project/manifests/zuul.pp @@ -112,9 +112,9 @@ class openstack_project::zuul( source => 'https://github.com/prestontimmons/graphitejs.git', } - file { '/var/lib/zuul/www/jquery.graphite.js': + file { '/var/lib/zuul/www/jquery-graphite.js': ensure => link, - target => '/opt/jquery-graphite/jquery-graphite.js', + target => '/opt/jquery-graphite/jquery.graphite.js', require => File['/var/lib/zuul/www'], } }