/[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 1281 by misc, Tue Mar 8 11:54:36 2011 UTC revision 1356 by misc, Tue Mar 22 17:43:44 2011 UTC
# Line 17  class bugzilla { Line 17  class bugzilla {
17      $pgsql_password = extlookup("bugzilla_pgsql",'x')      $pgsql_password = extlookup("bugzilla_pgsql",'x')
18      $ldap_password = extlookup("bugzilla_ldap",'x')      $ldap_password = extlookup("bugzilla_ldap",'x')
19    
20      postgresql::remote_user { 'bugs':      postgresql::remote_db_and_user { 'bugs':
         password => $pgsql_password,  
     }  
   
     postgresql::remote_database { 'bugs':  
21          description => "Bugzilla database",          description => "Bugzilla database",
22          user => "bugs",          password => $pgsql_password,
23      }      }
24    
25      file { '/etc/bugzilla/localconfig':      file { '/etc/bugzilla/localconfig':

Legend:
Removed from v.1281  
changed lines
  Added in v.1356

  ViewVC Help
Powered by ViewVC 1.1.30