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:
parent
8c8303bf7a
commit
aee21c9e3e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Variables related to probing
|
||||||
certloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging', 'certificates/production') }}" # noqa : S108
|
certloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging', 'certificates/production') }}" # noqa : S108
|
||||||
|
|
||||||
# The location of the service hostnames and maintainers map
|
# 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
|
Variables related to logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue