aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/bugzilla/manifests/init.pp2
-rw-r--r--modules/bugzilla/templates/localconfig1
-rw-r--r--modules/bugzilla/templates/params2
3 files changed, 2 insertions, 3 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index ddd3a41d..188cb0b7 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -3,7 +3,7 @@ class bugzilla {
$extension_location = '/usr/share/bugzilla/extensions/Mageia'
package {['bugzilla',
- 'bugzilla-extension-sitemap',
+ 'bugzilla-extension-sitemap',
'graphviz',
'perl-Template-GD', # needed for graphical_report support
'perl-Test-Taint',
diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig
index 5ef4a9ab..169f55ed 100644
--- a/modules/bugzilla/templates/localconfig
+++ b/modules/bugzilla/templates/localconfig
@@ -101,4 +101,3 @@ $interdiffbin = '/usr/bin/interdiff';
# The interdiff feature needs diff, so we have to have that path.
# Please specify the directory name only; do not use trailing slash.
$diffpath = '/usr/bin';
-
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params
index eb1fe23f..abe26bd8 100644
--- a/modules/bugzilla/templates/params
+++ b/modules/bugzilla/templates/params
@@ -10,7 +10,7 @@
'RADIUS_email_suffix' => '',
'RADIUS_secret' => '',
'RADIUS_server' => '',
- 'ajax_user_autocompletion' => '1',
+ 'ajax_user_autocompletion' => '1',
'allow_attach_url' => 0,
'allow_attachment_deletion' => 0,
'allow_attachment_display' => 1,