monitor-gating: Use the krb5.conf from the base role

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-02-19 17:41:01 +01:00
parent f5f552b48b
commit 11f34f7d47

View file

@ -10,4 +10,6 @@ stringData:
{{ load_file('monitor_gating.cfg') | indent }}
runner.cfg: |-
{{ load_file('runner.cfg') | indent }}
krb5.conf: |
{{ lookup('template', roles_path + '/base/templates/krb5.conf.j2') | indent }}