From d1e95f01f34fe7b28ea24a079f8d8ae8f6a96e08 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Fri, 10 May 2019 18:19:01 +0000 Subject: [PATCH] bodhi: The RateLimiter setting should be a string. I don't know TOML. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/fedora-messaging.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/fedora-messaging.toml.j2 b/roles/bodhi2/base/templates/fedora-messaging.toml.j2 index ce26e12595..04cc443214 100644 --- a/roles/bodhi2/base/templates/fedora-messaging.toml.j2 +++ b/roles/bodhi2/base/templates/fedora-messaging.toml.j2 @@ -45,7 +45,7 @@ disable_existing_loggers = true [log_config.filters.rate_limit] -"()" = bodhi.server.logging.RateLimiter +"()" = "bodhi.server.logging.RateLimiter" rate = 3600