diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp index 5393cf203a..b61e799e18 100644 --- a/modules/zuul/manifests/init.pp +++ b/modules/zuul/manifests/init.pp @@ -238,6 +238,20 @@ class zuul ( Vcsrepo['/opt/jquery-visibility']], } + vcsrepo { '/opt/graphitejs': + ensure => latest, + provider => git, + revision => 'master', + source => 'https://github.com/prestontimmons/graphitejs.git', + } + + file { '/var/lib/zuul/www/jquery.graphite.js': + ensure => link, + target => '/opt/graphitejs/jquery.graphite.js', + require => [File['/var/lib/zuul/www'], + Vcsrepo['/opt/graphitejs']], + } + file { '/var/lib/zuul/www/index.html': ensure => link, target => '/opt/zuul/etc/status/public_html/index.html',