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

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

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

revision 622 by misc, Wed Dec 15 03:11:53 2010 UTC revision 624 by misc, Wed Dec 15 12:24:46 2010 UTC
# Line 4  class transifex { Line 4  class transifex {
4      ensure => installed      ensure => installed
5    }    }
6    
7    $password = extlookup("transifex_password",'x')    $pgsql_password = extlookup("transifex_pgsql",'x')
8    $ldap_password = extlookup("transifex_ldap",'x')    $ldap_password = extlookup("transifex_ldap",'x')
9    
10    @@postgresql::user { 'transifex':    @@postgresql::user { 'transifex':
11          password => $password,          password => $pgsql_password,
12    }    }
13    
14    @@postgresql::database { 'transifex':    @@postgresql::database { 'transifex':

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

  ViewVC Help
Powered by ViewVC 1.1.30