diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 698e4ea9f1..9768d69acc 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -142,6 +142,7 @@ class ProdConfiguration(BaseConfiguration): 'git+https://src.stg.fedoraproject.org/modules/', 'https://src.stg.fedoraproject.org/modules/', 'https://src.stg.fedoraproject.org/git/modules/'] + RESOLVER = "db" {% else %} KOJI_PROFILE = 'production'