From 9ce3c8f0cfad232f0fd09b1a42e94ac241b506fe Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 14 May 2014 16:09:22 +0000 Subject: [PATCH] Tell fmn to talk pkgdb2 api. --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 8a5e4c88ff..ebf40b0009 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -23,7 +23,7 @@ config = { "fmn.sqlalchemy.uri": "postgresql://{{notifs_db_user}}:{{notifs_db_password}}@db-notifs/notifications", # Some configuration for the rule processors - "fmn.rules.utils.use_pkgdb2": False, + "fmn.rules.utils.use_pkgdb2": True, "fmn.rules.utils.pkgdb_url": "https://admin.fedoraproject.org/pkgdb", "fmn.rules.cache": { "backend": "dogpile.cache.dbm",