From 179a661add2b0fb60332e1f9fd1953ed761679a2 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Fri, 10 May 2019 18:10:57 +0000 Subject: [PATCH] bodhi: Quote a messaging config key. It seems that fedora-messaging did not approve of my config, with this error: fedora-messaging[17633]: Error: Invalid value: Configuration error: Failed to parse /etc/fedora-messaging/config.toml: error at line 44, column 2: Found invalid character in key name: ')'. Try quoting the key name. So I'm trying to quote the key name. Wish me luck! 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 5e85384ab3..ce26e12595 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