Fix indentation
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b7e08d6d48
commit
cdaaf4326f
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ metadata:
|
|||
name: ipa-client-config
|
||||
data:
|
||||
ldap.conf: |-
|
||||
{{ load_file('ldap.conf') | indent(6) }}
|
||||
{{ load_file('ldap.conf') | indent(4) }}
|
||||
default.conf: |-
|
||||
{{ load_file('default.conf') | indent(6) }}
|
||||
{{ load_file('default.conf') | indent(4) }}
|
||||
ca.crt: |-
|
||||
{{ ipa_ca_cert | indent(6) }}
|
||||
{{ ipa_ca_cert | indent(4) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue