aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests/init.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-18 11:16:57 +0000
committerMichael Scherer <misc@mageia.org>2011-07-18 11:16:57 +0000
commit6db7c1fac0f268b256053ad20bf0447df910e922 (patch)
treeebde143558439851bf7cfbdc51d4dabf9cd5a305 /modules/bugzilla/manifests/init.pp
parentb9f68bd3afea8116a3e74212eacd0f18ad350b54 (diff)
downloadpuppet-6db7c1fac0f268b256053ad20bf0447df910e922.tar
puppet-6db7c1fac0f268b256053ad20bf0447df910e922.tar.gz
puppet-6db7c1fac0f268b256053ad20bf0447df910e922.tar.bz2
puppet-6db7c1fac0f268b256053ad20bf0447df910e922.tar.xz
puppet-6db7c1fac0f268b256053ad20bf0447df910e922.zip
install graphiviz, needed to have dot
Diffstat (limited to 'modules/bugzilla/manifests/init.pp')
-rw-r--r--modules/bugzilla/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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;
}