From b5005d9b4adf7e72fffbee96d1dcc86b4fa1d428 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 15 May 2015 00:53:02 +0200 Subject: typo --- roles/common-LDAP/templates/etc/ldap/database.ldif.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/common-LDAP') diff --git a/roles/common-LDAP/templates/etc/ldap/database.ldif.j2 b/roles/common-LDAP/templates/etc/ldap/database.ldif.j2 index a7e4fa2..aa72f62 100644 --- a/roles/common-LDAP/templates/etc/ldap/database.ldif.j2 +++ b/roles/common-LDAP/templates/etc/ldap/database.ldif.j2 @@ -101,7 +101,7 @@ olcDbIndex: fripostOptionalMaildrop pres {% if 'LDAP-provider' in group_names %} {% endif %} {% if ('LDAP-provider' not in group_names and 'MX' in group_names) or - ('LDAP-provider' in group_names and groups.MX | difference([inventory_hostname]) %} + ('LDAP-provider' in group_names and groups.MX | difference([inventory_hostname])) %} # SyncProv/SyncRepl specific indexing. olcDbIndex: entryCSN,entryUUID eq {% endif%} -- cgit v1.2.3