From 6db7c1fac0f268b256053ad20bf0447df910e922 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 18 Jul 2011 11:16:57 +0000 Subject: install graphiviz, needed to have dot --- modules/bugzilla/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 0bb62751..49d3ea4f 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -2,7 +2,7 @@ class bugzilla { $bugzilla_location = "/usr/share/bugzilla/template/en/custom" - package { 'bugzilla': + package { ['bugzilla','graphviz']: ensure => installed; } -- cgit v1.2.1