summaryrefslogtreecommitdiffstats
path: root/roles/ask
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2016-03-01 20:01:37 +0000
committerKevin Fenzi <kevin@scrye.com>2016-03-01 20:01:37 +0000
commit7868298fbcb88e552a1531786778520a9b95a36a (patch)
tree7f1e0e0d7ce81aa3bdc17083611d682f9c1d3a13 /roles/ask
parent811e0c143881a1c2030065988784c8e080c827a4 (diff)
downloadansible-7868298fbcb88e552a1531786778520a9b95a36a.tar.gz
ansible-7868298fbcb88e552a1531786778520a9b95a36a.tar.xz
ansible-7868298fbcb88e552a1531786778520a9b95a36a.zip
Move back to memcached02
Revert "Move ask and packages over to memcached01 for a bit." This reverts commit dc1e4d4036cee445e506147141efd1e69f0bf100.
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 85d613eb5..f9db6cb8b 100644
--- a/roles/ask/templates/settings.py
+++ b/roles/ask/templates/settings.py
@@ -286,7 +286,7 @@ CACHES = {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'KEY_PREFIX': 'askfedora',
'LOCATION': [
- 'memcached01:11211',
+ 'memcached02:11211',
]
}
}