aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla')
-rw-r--r--modules/bugzilla/manifests/init.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 36fa2fd8..22e5d02a 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -2,7 +2,10 @@ class bugzilla {
$bugzilla_location = "/usr/share/bugzilla/template/en/custom"
- package { ['bugzilla','graphviz', 'perl-Test-Taint', 'perl-JSON-RPC']: }
+ package { ['bugzilla',
+ 'graphviz',
+ 'perl-Test-Taint',
+ 'perl-JSON-RPC']: }
$pgsql_password = extlookup("bugzilla_pgsql",'x')
$ldap_password = extlookup("bugzilla_ldap",'x')