From 75e79d222aeaa7be5c774a4218655c4ba2ffe6ab Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 15 Dec 2010 12:24:46 +0000 Subject: uniformisation of the name of variable used for password, so we know if this is ldap or postgresql at the first glance --- modules/transifex/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/transifex/manifests') diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index c0331958..844b7306 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -4,11 +4,11 @@ class transifex { ensure => installed } - $password = extlookup("transifex_password",'x') + $pgsql_password = extlookup("transifex_pgsql",'x') $ldap_password = extlookup("transifex_ldap",'x') @@postgresql::user { 'transifex': - password => $password, + password => $pgsql_password, } @@postgresql::database { 'transifex': -- cgit v1.2.1