aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-07 23:39:45 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-07 23:39:45 +0200
commit8225c047ab0246af29c2710aa618fd76e3f8e08c (patch)
tree9e00d75926734100f1f8a5d5803cca459a466942 /modules
parent97bd93843859246c76392cc4cd200907ed85f080 (diff)
downloadpuppet-8225c047ab0246af29c2710aa618fd76e3f8e08c.tar
puppet-8225c047ab0246af29c2710aa618fd76e3f8e08c.tar.gz
puppet-8225c047ab0246af29c2710aa618fd76e3f8e08c.tar.bz2
puppet-8225c047ab0246af29c2710aa618fd76e3f8e08c.tar.xz
puppet-8225c047ab0246af29c2710aa618fd76e3f8e08c.zip
Add deps
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index eaf12eb6..fd1da419 100755
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -14,7 +14,12 @@ class bugzilla {
'perl-ldap',
'perl-SOAP-Lite',
'perl-XMLRPC-Lite',
- 'perl-CGI']: }
+ 'perl-CGI',
+ 'perl-HTML-Scrubber',
+ 'perl-Encode-Detect',
+ 'perl-File-MimeInfo',
+ 'perl-Email-Reply',
+ 'perl-HTML-FormatText-WithLinks']: }
$pgsql_password = extlookup('bugzilla_pgsql','x')
$ldap_password = extlookup('bugzilla_ldap','x')