diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 23:44:02 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 23:44:02 +0200 |
commit | 66e11a56dbfceac357e35821042bb2fcab21cfd0 (patch) | |
tree | 04be7a9e75cf404aff5d9c3d0a0ee8c5625b432d /modules/bugzilla | |
parent | 8225c047ab0246af29c2710aa618fd76e3f8e08c (diff) | |
download | puppet-66e11a56dbfceac357e35821042bb2fcab21cfd0.tar puppet-66e11a56dbfceac357e35821042bb2fcab21cfd0.tar.gz puppet-66e11a56dbfceac357e35821042bb2fcab21cfd0.tar.bz2 puppet-66e11a56dbfceac357e35821042bb2fcab21cfd0.tar.xz puppet-66e11a56dbfceac357e35821042bb2fcab21cfd0.zip |
Add more deps
Diffstat (limited to 'modules/bugzilla')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index fd1da419..78e2a7d5 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -19,7 +19,10 @@ class bugzilla { 'perl-Encode-Detect', 'perl-File-MimeInfo', 'perl-Email-Reply', - 'perl-HTML-FormatText-WithLinks']: } + 'perl-HTML-FormatText-WithLinks', + 'perl-Cache-Memcached', + 'perl-File-Copy-Recursive', + 'perl-Daemon-Generic']: } $pgsql_password = extlookup('bugzilla_pgsql','x') $ldap_password = extlookup('bugzilla_ldap','x') @@ -29,11 +32,12 @@ class bugzilla { password => $pgsql_password, } - file { '/usr/share/bugzilla/localconfig': - group => 'apache', - mode => '0640', - content => template('bugzilla/localconfig') - } +# Only enable the first time ( need to be fixed)' +# file { '/usr/share/bugzilla/localconfig': +# group => 'apache', +# mode => '0640', +# content => template('bugzilla/localconfig') +# } file { '/usr/share/bugzilla/data/params.json': |