fix wrong wariable in template

This commit is contained in:
Robert Kaussow 2018-12-12 22:20:02 +01:00
parent d2d16482f2
commit 34420eb9cf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ include /etc/openldap/schema/openldap.schema
include /etc/openldap/schema/ppolicy.schema
include /etc/openldap/schema/collective.schema
{% for schema in ldap_proxy_custom_schemas %}
include /etc/openldap/schema/{{ item | basename }}
include /etc/openldap/schema/{{ schema | basename }}
{% endfor %}
## Module paths ##############################################################