firmitas: update workdir location for certs
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
2f260b760d
commit
a30d42b919
1 changed files with 2 additions and 2 deletions
|
@ -56,10 +56,10 @@ Variables related to probing
|
|||
"""
|
||||
|
||||
# The location of the X.509 standard TLS certificates
|
||||
certloca = "/etc/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
|
||||
hostloca = "/etc/firmitas/{{ (env == 'staging')|ternary('certificates/staging/staging_certlist.txt', 'certificates/production/production_certlist.txt') }}" # noqa: S108
|
||||
hostloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging/staging_certlist.txt', 'certificates/production/production_certlist.txt') }}" # noqa: S108
|
||||
|
||||
"""
|
||||
Variables related to logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue