aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-25 17:08:18 +0000
committerMichael Scherer <misc@mageia.org>2011-03-25 17:08:18 +0000
commitd435868f099c731cc754afe58b0eedd2a768b9b3 (patch)
tree5f51241953f29317000c1c74b5d7607044f33ebb /modules/sympa/manifests
parentba348204d08886c554a4832bae90de857f11e466 (diff)
downloadpuppet-d435868f099c731cc754afe58b0eedd2a768b9b3.tar
puppet-d435868f099c731cc754afe58b0eedd2a768b9b3.tar.gz
puppet-d435868f099c731cc754afe58b0eedd2a768b9b3.tar.bz2
puppet-d435868f099c731cc754afe58b0eedd2a768b9b3.tar.xz
puppet-d435868f099c731cc754afe58b0eedd2a768b9b3.zip
- i wanted to do copy and paste, not cut and paste
Diffstat (limited to 'modules/sympa/manifests')
-rw-r--r--modules/sympa/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp
index 65b9c00f..e2544ebd 100644
--- a/modules/sympa/manifests/init.pp
+++ b/modules/sympa/manifests/init.pp
@@ -23,6 +23,7 @@ class sympa {
}
$pgsql_password = extlookup("sympa_pgsql",'x')
+ $ldap_password = extlookup("sympa_ldap",'x')
postgresql::remote_db_and_user { 'sympa':
password => $pgsql_password,