aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests/init.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-19 22:24:41 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-19 22:24:41 +0300
commita0621b95e1cdd3c87ff7eb8e25884d27f3938e4b (patch)
treea17474de91d3d5ee5f827736f08b5bea8e99fbab /modules/bugzilla/manifests/init.pp
parentfab910c7f712f878c10d121cef3e0452e2b51709 (diff)
downloadpuppet-a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b.tar
puppet-a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b.tar.gz
puppet-a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b.tar.bz2
puppet-a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b.tar.xz
puppet-a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b.zip
lint fixes for bugzilla
Diffstat (limited to 'modules/bugzilla/manifests/init.pp')
-rw-r--r--modules/bugzilla/manifests/init.pp2
1 files changed, 1 insertions, 1 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',