summaryrefslogtreecommitdiffstats
path: root/roles/ask
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2015-12-07 19:19:03 +0000
committerPatrick Uiterwijk <puiterwijk@redhat.com>2015-12-07 19:19:03 +0000
commit24c98a63cdb2a63740d70ca3326c978c8158147f (patch)
tree95921a4e9952b5ee97658588b262f51212acfc88 /roles/ask
parentbe5c2eb7071ce7b61cb4441cf45dba2270d19f2d (diff)
downloadansible-24c98a63cdb2a63740d70ca3326c978c8158147f.tar.gz
ansible-24c98a63cdb2a63740d70ca3326c978c8158147f.tar.xz
ansible-24c98a63cdb2a63740d70ca3326c978c8158147f.zip
memcached02 goes down temporarily
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/ask')
-rw-r--r--roles/ask/templates/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ask/templates/settings.py b/roles/ask/templates/settings.py
index 75fd42b9e..04ef86e69 100644
--- a/roles/ask/templates/settings.py
+++ b/roles/ask/templates/settings.py
@@ -283,7 +283,7 @@ CACHES = {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'KEY_PREFIX': 'askfedora',
'LOCATION': [
- 'memcached02:11211',
+ 'memcached01:11211',
]
}
}