diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-18 11:16:57 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-18 11:16:57 +0000 |
commit | 6db7c1fac0f268b256053ad20bf0447df910e922 (patch) | |
tree | ebde143558439851bf7cfbdc51d4dabf9cd5a305 /modules/bugzilla | |
parent | b9f68bd3afea8116a3e74212eacd0f18ad350b54 (diff) | |
download | puppet-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')
-rw-r--r-- | modules/bugzilla/manifests/init.pp | 2 |
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; } |