firmitas: point the config at the correct location of the certlist.yml

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-10-07 12:45:36 +01:00
parent 8c8303bf7a
commit aee21c9e3e
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -59,7 +59,7 @@ Variables related to probing
certloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging', 'certificates/production') }}" # noqa : S108
# The location of the service hostnames and maintainers map
hostloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging/staging_certlist.txt', 'certificates/production/production_certlist.txt') }}" # noqa: S108
hostloca = "/tmp/firmitas/conf/certlist.yml"
"""
Variables related to logging