aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/config
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-02-07 19:30:09 +0200
committerThomas Backlund <tmb@mageia.org>2016-02-07 19:30:09 +0200
commitb7a4146c22073ad8e8ee97267b8fe465cbef9dcf (patch)
treea69c31fff87abb18fb21e19229aa875d147f7550 /modules/sympa/templates/config
parent9b92d625f6f0372652d0517817317463f3940838 (diff)
downloadpuppet-b7a4146c22073ad8e8ee97267b8fe465cbef9dcf.tar
puppet-b7a4146c22073ad8e8ee97267b8fe465cbef9dcf.tar.gz
puppet-b7a4146c22073ad8e8ee97267b8fe465cbef9dcf.tar.bz2
puppet-b7a4146c22073ad8e8ee97267b8fe465cbef9dcf.tar.xz
puppet-b7a4146c22073ad8e8ee97267b8fe465cbef9dcf.zip
fix up bugzilla ldap/pgsql_password variable lookup
Diffstat (limited to 'modules/sympa/templates/config')
-rw-r--r--modules/sympa/templates/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config
index e55785bd..f1463362 100644
--- a/modules/sympa/templates/config
+++ b/modules/sympa/templates/config
@@ -69,7 +69,7 @@ include_ldap_query
scope one
use_ssl yes
user cn=sympa-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>
- passwd <%= ldap_password %>
+ passwd <%= scope.lookupvar("sympa::server::ldap_password") %>
<% end %>