diff --git a/modules/openstack_project/manifests/zuul.pp b/modules/openstack_project/manifests/zuul.pp index 2f1da1efab..70a3e8c8b7 100644 --- a/modules/openstack_project/manifests/zuul.pp +++ b/modules/openstack_project/manifests/zuul.pp @@ -114,7 +114,7 @@ class openstack_project::zuul( file { '/var/lib/zuul/www/jquery.graphite.js': ensure => link, - target => '/opt/jquery-visibility/jquery-graphite.js', + target => '/opt/jquery-graphite/jquery-graphite.js', require => File['/var/lib/zuul/www'], } }