diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-28 23:40:33 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-28 23:40:33 +0000 |
commit | de6cfad25aeb974f7c6ef4e3934c8a5f1e6b6666 (patch) | |
tree | e403fa325e6a943c406824dd26c7df59903bda57 /modules/sympa | |
parent | c892cec1fe28c3e4508ee37b0cfb15609ada2a75 (diff) | |
download | puppet-de6cfad25aeb974f7c6ef4e3934c8a5f1e6b6666.tar puppet-de6cfad25aeb974f7c6ef4e3934c8a5f1e6b6666.tar.gz puppet-de6cfad25aeb974f7c6ef4e3934c8a5f1e6b6666.tar.bz2 puppet-de6cfad25aeb974f7c6ef4e3934c8a5f1e6b6666.tar.xz puppet-de6cfad25aeb974f7c6ef4e3934c8a5f1e6b6666.zip |
- remove some significant whitespace of the file ( ie, there was a space at the
end of the configuration line causing havoc when syncing members )
Diffstat (limited to 'modules/sympa')
-rw-r--r-- | modules/sympa/templates/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index e68dc55d..35bcaa5c 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -82,7 +82,7 @@ include_ldap_query scope one use_ssl yes user cn=sympa-<%= hostname %>,ou=System Accounts,<%= dc_suffix %> - passwd <%= ldap_password %> + passwd <%= ldap_password %> <% end %> |