Files @ eb172883f16d
Branch filter:

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

branko
Noticket: Fix the invocation of GnuPG to use the --no-tty option:

- At least in some cases GnuPG would otherwise fail to run.
1
2
3
4
{% for config in ldap_client_config -%}
# {{ config.comment }}
{{ config.option }} {{config.value }}
{% endfor -%}