diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 15:18:58 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 15:18:58 +0200 |
commit | a69e59797d028b5fd32f631f619ec79c364623cc (patch) | |
tree | 79a1afd76c193a7636c9473e890d87ddd3d745f9 /modules/bugzilla-dev | |
parent | 630966b84923bf8f64c46ba7e87ffbc03db29246 (diff) | |
download | puppet-a69e59797d028b5fd32f631f619ec79c364623cc.tar puppet-a69e59797d028b5fd32f631f619ec79c364623cc.tar.gz puppet-a69e59797d028b5fd32f631f619ec79c364623cc.tar.bz2 puppet-a69e59797d028b5fd32f631f619ec79c364623cc.tar.xz puppet-a69e59797d028b5fd32f631f619ec79c364623cc.zip |
Fix ident
Diffstat (limited to 'modules/bugzilla-dev')
-rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp index 813af73d..b6f00e2b 100755 --- a/modules/bugzilla-dev/manifests/init.pp +++ b/modules/bugzilla-dev/manifests/init.pp @@ -6,11 +6,11 @@ class bugzilla-dev { 'perl-Template-GD', # needed for graphical_report support 'perl-Test-Taint', 'perl-JSON-RPC', - 'perl-Email-MIME', + 'perl-Email-MIME', 'perl-Email-Sender', 'Math-Random-ISAAC', 'perl-Chart', - 'perl-PatchReader', + 'perl-PatchReader', 'perl-ldap', 'perl-SOAP-Lite', 'perl-XMLRPC-Lite']: } |