/[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 624 by misc, Wed Dec 15 12:24:46 2010 UTC revision 626 by misc, Wed Dec 15 12:24:48 2010 UTC
# Line 9  class bugzilla { Line 9  class bugzilla {
9      $pgsql_password = extlookup("bugzilla_pgsql",'x')      $pgsql_password = extlookup("bugzilla_pgsql",'x')
10      $ldap_password = extlookup("bugzilla_ldap",'x')      $ldap_password = extlookup("bugzilla_ldap",'x')
11    
12        @@postgresql::user { 'bugs':
13            password => $pgsql_password,
14        }
15    
16        @@postgresql::database { 'bugs':
17            description => "Bugzilla database",
18            user => "bugs",
19            require => Postgresql::User['bugs']
20        }
21    
22      file { '/etc/bugzilla/localconfig':      file { '/etc/bugzilla/localconfig':
23        ensure => present,        ensure => present,
24        owner => root,        owner => root,

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

  ViewVC Help
Powered by ViewVC 1.1.30