/[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 623 by dmorgan, Fri Nov 26 15:36:45 2010 UTC revision 624 by misc, Wed Dec 15 12:24:46 2010 UTC
# Line 6  class bugzilla { Line 6  class bugzilla {
6          ensure => installed;          ensure => installed;
7      }      }
8    
9      $password = extlookup("bugzilla_password",'x')      $pgsql_password = extlookup("bugzilla_pgsql",'x')
10      $passwordLdap = extlookup("bugzilla_ldap",'x')      $ldap_password = extlookup("bugzilla_ldap",'x')
11    
12      file { '/etc/bugzilla/localconfig':      file { '/etc/bugzilla/localconfig':
13        ensure => present,        ensure => present,

Legend:
Removed from v.623  
changed lines
  Added in v.624

  ViewVC Help
Powered by ViewVC 1.1.30