From 8225c047ab0246af29c2710aa618fd76e3f8e08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 7 Apr 2017 23:39:45 +0200 Subject: Add deps --- modules/bugzilla/manifests/init.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/bugzilla/manifests/init.pp') 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') -- cgit v1.2.1