diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-27 17:53:38 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-27 17:53:38 +0000 |
commit | 08f92971bbdc931946fc0f5d72a0d5c7e4cfa3fa (patch) | |
tree | 62a117b3d6a39e28774c3cada15d15abbf6755d3 /deployment/mgagit | |
parent | c7a9bd45319e9e5ea5f885af5ecb4347a64baba1 (diff) | |
download | puppet-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')
-rw-r--r-- | deployment/mgagit/templates/mgagit.conf | 2 |
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 %> |