From ba348204d08886c554a4832bae90de857f11e466 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 25 Mar 2011 16:45:25 +0000 Subject: fetch the variable in list too ( could IMHO be refactored ) --- modules/sympa/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index 4dd8ca15..65b9c00f 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -23,7 +23,6 @@ class sympa { } $pgsql_password = extlookup("sympa_pgsql",'x') - $ldap_password = extlookup("sympa_ldap",'x') postgresql::remote_db_and_user { 'sympa': password => $pgsql_password, @@ -183,6 +182,7 @@ class sympa { $subscription_open = false ) { include sympa::variable + $ldap_password = extlookup("sympa_ldap",'x') $xml_file = "/etc/sympa/lists_xml/$name.xml" -- cgit v1.2.1