Parent Directory
|
Revision Log
|
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': |
|
ViewVC Help | |
Powered by ViewVC 1.1.28 |