From 35a01848ecf6bde4e6c73fef2cac5d31e8f0459f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 15 Feb 2019 10:49:40 +0100 Subject: [PATCH] the-new-hotness: Fix syntax error in config file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index 4778ae7ca1..1f59bcdabc 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -157,4 +157,4 @@ items: [consumer_config.cache] backend = "dogpile.cache.dbm" expiration_time = 300 - arguments = {filename = "/var/tmp/the-new-hotness- + arguments = {filename = "/var/tmp/the-new-hotness-cache.dbm"}