Fix one more string

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-10 21:25:42 +02:00
parent 8ac5d901ef
commit 3c493feba9

View file

@ -81,7 +81,7 @@ data:
# FAS stuff
{{ load_file('fas-app.conf.j2') | indent() }}
fas_sync_keytab: |-
{{ lookup('file', private + '/files/keytabs/{{env}}/fas_sync') | indent() }}
{{ lookup('file', private + '/files/keytabs/' + env + '/fas_sync') | indent() }}
fas_sync_cert.pem: |-
{{ lookup('file', roles_path + '/fas_server/files/ipa.' + env + '.pem') | indent() }}
fas-log.cfg: |-