Fix one more string
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
8ac5d901ef
commit
3c493feba9
1 changed files with 1 additions and 1 deletions
|
@ -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: |-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue