/[adm]/puppet/modules/bugzilla/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/bugzilla/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2216 by misc, Thu Aug 18 00:22:15 2011 UTC revision 2217 by misc, Sun Jan 8 22:24:41 2012 UTC
# Line 1  Line 1 
1  class bugzilla {  class bugzilla {
2    
3     $bugzilla_location = "/usr/share/bugzilla/template/en/custom"      $bugzilla_location = "/usr/share/bugzilla/template/en/custom"
4    
5      package { ['bugzilla','graphviz']: }      package { ['bugzilla','graphviz', 'perl-Test-Taint', 'perl-JSON-RPC']: }
   
     package { 'perl-Test-Taint': }  
   
     package { 'perl-JSON-RPC': }  
6    
7      $pgsql_password = extlookup("bugzilla_pgsql",'x')      $pgsql_password = extlookup("bugzilla_pgsql",'x')
8      $ldap_password = extlookup("bugzilla_ldap",'x')      $ldap_password = extlookup("bugzilla_ldap",'x')
# Line 17  class bugzilla { Line 13  class bugzilla {
13      }      }
14    
15      file { '/etc/bugzilla/localconfig':      file { '/etc/bugzilla/localconfig':
       ensure => present,  
       owner => root,  
16        group => apache,        group => apache,
17        mode => 640,        mode => 640,
18        content => template("bugzilla/localconfig"),        content => template("bugzilla/localconfig"),
# Line 27  class bugzilla { Line 21  class bugzilla {
21    
22    
23      file { '/var/lib/bugzilla/params':      file { '/var/lib/bugzilla/params':
       ensure => present,  
       owner => root,  
24        group => apache,        group => apache,
25        mode => 640,        mode => 640,
26        content => template("bugzilla/params"),        content => template("bugzilla/params"),
# Line 59  class bugzilla { Line 51  class bugzilla {
51      file { "custom":      file { "custom":
52        path => "/usr/share/bugzilla/template/en/custom",        path => "/usr/share/bugzilla/template/en/custom",
53        ensure => directory,        ensure => directory,
       owner => root,  
54        group => apache,        group => apache,
55        mode => 640,        mode => 640,
56        recurse => true,        recurse => true,

Legend:
Removed from v.2216  
changed lines
  Added in v.2217

  ViewVC Help
Powered by ViewVC 1.1.30