From 60f8dab4b2996b8c90b2fa86a45d090c2bfaab8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 18 Dec 2024 09:46:20 +0100 Subject: [PATCH] Fix TOML syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/poddlers/templates/fedora-messaging.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml index f66635832f..e38212a992 100644 --- a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml @@ -58,7 +58,7 @@ expiration_time = 3600 [consumer_config.cache.arguments] url = ["memcached02{{ env_suffix }}", "memcached01{{ env_suffix }}"] binary = true -behaviors = {"tcp_nodelay": true, "ketama": true} +behaviors = {"tcp_nodelay" = true, "ketama" = true} [consumer_config.default] # Configuration common to all toddlers.