forked from ISTI-ansible-roles/ansible-roles
library/roles/openldap-server/templates/consumer.ldif.j2: Fix a typo.
This commit is contained in:
parent
974a7e011e
commit
53f2739b73
|
@ -27,7 +27,7 @@ olcSyncRepl: rid={{ openldap_slave_id | default(001) }}
|
|||
type={{ openldap_slave_sync_type }}
|
||||
retry="60 +"
|
||||
interval={{ openldap_slave_sync_interval }}
|
||||
starttls="{{ openldap_slave_tls_starttls: }}"
|
||||
starttls="{{ openldap_slave_tls_starttls }}"
|
||||
syncdata={{ openldap_slave_syncdata_type }}
|
||||
-
|
||||
add: olcUpdateRef
|
||||
|
|
Loading…
Reference in New Issue