diff options
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': |