From 4495994c426c8f596cb3eb6c311a41a3fa7536d9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 11 Dec 2019 17:38:21 +0100 Subject: [PATCH] distgit-bz: let's run the production environment in prod Signed-off-by: Pierre-Yves Chibon --- .../distgit-bugzilla-sync/templates/configuration.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml b/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml index 3eac5fa349..24eb210e37 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml +++ b/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml @@ -1,4 +1,8 @@ +{% if env == 'staging' %} environment = "staging" +{% else %} +environment = "production" +{% endif %} data_cache = "/var/tmp/pagure_sync_bz.json" default_qa_contact_email = "extras-qa@fedoraproject.org" bz_maintainer_change_comment = """