From a541ad2d2cc13db1860b01bef480c7530698bbad Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 20 Nov 2014 12:51:59 +0100 Subject: [PATCH] Point the fedora-election cache to memcached01 --- roles/elections/templates/fedora-elections.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/elections/templates/fedora-elections.cfg b/roles/elections/templates/fedora-elections.cfg index 4eccf71344..0a6072051e 100644 --- a/roles/elections/templates/fedora-elections.cfg +++ b/roles/elections/templates/fedora-elections.cfg @@ -34,6 +34,6 @@ PREFERRED_URL_SCHEME='https' DOGPILE_CACHE = { 'backend': 'dogpile.cache.memcached', 'arguments': { - 'url': "127.0.0.1:11211", + 'url': "memcached01:11211", }, }