From 7f8fb37e7faf5ba3d81c0cc870a7d7098828ed6c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 27 Mar 2014 20:52:07 +0000 Subject: [PATCH] New fmn.rules wants this config value. --- 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 957918af07..8a5e4c88ff 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -24,7 +24,7 @@ config = { # Some configuration for the rule processors "fmn.rules.utils.use_pkgdb2": False, - "fmn.rules.utils.pkgdb2_api_url": "http://209.132.184.188/api/", + "fmn.rules.utils.pkgdb_url": "https://admin.fedoraproject.org/pkgdb", "fmn.rules.cache": { "backend": "dogpile.cache.dbm", "expiration_time": 300,