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/sympa/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/sympa/manifests') diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index 97593141..09c57a36 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -22,11 +22,11 @@ class sympa { subscribe => [ Package["sympa"], File['/etc/sympa/sympa.conf']] } - $password = extlookup("sympa_password",'x') - $ldap_passwd = extlookup("sympa_ldap",'x') + $pgsql_password = extlookup("sympa_pgsql",'x') + $ldap_password = extlookup("sympa_ldap",'x') @@postgresql::user { 'sympa': - password => $password, + password => $pgsql_password, } file { '/etc/sympa/sympa.conf': -- cgit v1.2.1