aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2013-02-24 20:48:55 +0000
committerDexter Morgan <dmorgan@mageia.org>2013-02-24 20:48:55 +0000
commit69211a86ac4611065b734d1f31fe4e9e8d6d2cac (patch)
treee63ec52ebcef5e41e6a8a9e36ee7ca04cfaf8139 /modules/bugzilla
parent1b7c0e0684a4f191e6947a2a6ed346c429738ea0 (diff)
downloadpuppet-69211a86ac4611065b734d1f31fe4e9e8d6d2cac.tar
puppet-69211a86ac4611065b734d1f31fe4e9e8d6d2cac.tar.gz
puppet-69211a86ac4611065b734d1f31fe4e9e8d6d2cac.tar.bz2
puppet-69211a86ac4611065b734d1f31fe4e9e8d6d2cac.tar.xz
puppet-69211a86ac4611065b734d1f31fe4e9e8d6d2cac.zip
Fix typo
Diffstat (limited to 'modules/bugzilla')
-rw-r--r--modules/bugzilla/templates/params2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params
index 07393b1f..bfc0fbc3 100644
--- a/modules/bugzilla/templates/params
+++ b/modules/bugzilla/templates/params
@@ -1,6 +1,6 @@
%param = (
'LDAPBaseDN' => 'ou=People,<%= dc_suffix %>',
- 'LDAPbinddn' => 'cn=bugzilla-alamut,ou=Systiem Accounts,<%= dc_suffix %>:<%= ldap_password %>',
+ 'LDAPbinddn' => 'cn=bugzilla-alamut,ou=System Accounts,<%= dc_suffix %>:<%= ldap_password %>',
'LDAPfilter' => '',
'LDAPmailattribute' => 'mail',
'LDAPserver' => 'ldap.<%= domain %>',