aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/templates/mgagit.conf
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-06-27 17:53:38 +0000
committerNicolas Vigier <boklm@mageia.org>2013-06-27 17:53:38 +0000
commit08f92971bbdc931946fc0f5d72a0d5c7e4cfa3fa (patch)
tree62a117b3d6a39e28774c3cada15d15abbf6755d3 /deployment/mgagit/templates/mgagit.conf
parentc7a9bd45319e9e5ea5f885af5ecb4347a64baba1 (diff)
downloadpuppet-08f92971bbdc931946fc0f5d72a0d5c7e4cfa3fa.tar
puppet-08f92971bbdc931946fc0f5d72a0d5c7e4cfa3fa.tar.gz
puppet-08f92971bbdc931946fc0f5d72a0d5c7e4cfa3fa.tar.bz2
puppet-08f92971bbdc931946fc0f5d72a0d5c7e4cfa3fa.tar.xz
puppet-08f92971bbdc931946fc0f5d72a0d5c7e4cfa3fa.zip
mgagit.conf: Fix binddn
Diffstat (limited to 'deployment/mgagit/templates/mgagit.conf')
-rw-r--r--deployment/mgagit/templates/mgagit.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/mgagit.conf b/deployment/mgagit/templates/mgagit.conf
index 97c11844..1342e653 100644
--- a/deployment/mgagit/templates/mgagit.conf
+++ b/deployment/mgagit/templates/mgagit.conf
@@ -1,7 +1,7 @@
---
use_ldap: yes
ldapserver: <%= @ldap_server %>
-binddn: <%= @binddb %>
+binddn: <%= @binddn %>
bindpwfile: <%= @bindpwfile %>
pubkey_dir: <%= @gitolite_keydir %>
gitolite_config: <%= @gitolite_conf %>