/[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 222 by misc, Wed Nov 10 00:57:44 2010 UTC revision 254 by dmorgan, Mon Nov 15 00:51:36 2010 UTC
# Line 5  class bugzilla { Line 5  class bugzilla {
5      }      }
6    
7      $password = extlookup("bugzilla_password")      $password = extlookup("bugzilla_password")
8        $passwordLdap = extlookup("bugzilla_ldap")
9    
10      file { '/etc/bugzilla/localconfig':      file { '/etc/bugzilla/localconfig':
11          ensure => present,        ensure => present,
12          owner => root,        owner => root,
13          group => root,        group => root,
14          mode => 644,        mode => 644,
15          content => template("bugzilla/localconfig")        content => template("bugzilla/localconfig")
16      }      }
17    
18    
19        file { '/var/lib/bugzilla/params':
20          ensure => present,
21          owner => root,
22          group => root,
23          mode => 644,
24          content => template("bugzilla/params")
25        }
26  }  }
27    

Legend:
Removed from v.222  
changed lines
  Added in v.254

  ViewVC Help
Powered by ViewVC 1.1.30