firmitas: change location of certlist.yml in myconfig.py
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
3a0ff8701c
commit
f614850bb8
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ 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('conf', 'conf') }}/certlist.yml"
|
||||
# Inside the container you do not have write access to /tmp/firmitas/conf, for that reason, we're using the same location as the certificates.
|
||||
hostloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging', 'certificates/production') }}/certlist.yml"
|
||||
|
||||
"""
|
||||
Variables related to logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue