Files @ 8050d3c5be84
Branch filter:

Location: majic-ansible-roles/roles/ldap_client/templates/ldap.conf.j2

branko
MAR-131: Make sure we have a minimum required version of pip-tools installed for pip requirements upgrade checks.
1
2
3
4
{% for config in ldap_client_config -%}
# {{ config.comment }}
{{ config.option }} {{config.value }}
{% endfor -%}