From aee21c9e3e0e90e3e08c8f71a561ad144a7ceb7a Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Oct 07 2024 11:45:36 +0000 Subject: firmitas: point the config at the correct location of the certlist.yml Signed-off-by: David Kirwan --- diff --git a/roles/openshift-apps/firmitas/templates/myconfig.py.j2 b/roles/openshift-apps/firmitas/templates/myconfig.py.j2 index 2a3e496..656782e 100644 --- a/roles/openshift-apps/firmitas/templates/myconfig.py.j2 +++ b/roles/openshift-apps/firmitas/templates/myconfig.py.j2 @@ -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