firmitas: update configuration to handle inclusion of repo variable

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-11-13 09:52:19 +00:00
parent 901c843706
commit d8a87146b0
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -34,7 +34,7 @@ gitforge = "pagure"
repoloca = ""
# The name of the ticketing repository with namespace
reponame = ""
reponame = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_host, firmitas_pagure_host) }}"
# The username to masquerade as in order to create notification tickets
username = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_user, firmitas_pagure_user) }}"