diff options
author | Michael Simacek <msimacek@redhat.com> | 2016-04-15 14:40:41 +0200 |
---|---|---|
committer | Michael Simacek <msimacek@redhat.com> | 2016-04-15 14:41:04 +0200 |
commit | a665ebfa31feff017f61058aae73157f07740841 (patch) | |
tree | fda369b715bec570e43a44133d1bf79ae019e00d | |
parent | 31c8220261dbae28196e003569080698b15cf844 (diff) | |
download | ansible-a665ebfa31feff017f61058aae73157f07740841.tar.gz ansible-a665ebfa31feff017f61058aae73157f07740841.tar.xz ansible-a665ebfa31feff017f61058aae73157f07740841.zip |
Specify memcached port in koschei config
-rw-r--r-- | roles/koschei/frontend/templates/config-frontend.cfg.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index cd3c9dda0..0326b7df2 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -56,7 +56,7 @@ config = { "backend": "dogpile.cache.memcached", "expiration_time": 300, "arguments": { - "url": "memcached01", + "url": "memcached01:11211", "distributed_lock": True, }, }, |