memcached : fix recipe

parent f6abd001
......@@ -49,7 +49,7 @@ class Recipe(BaseSlapRecipe):
key, certificate = self.requestCertificate('Memcached')
stunnel_conf = self.installStunnel(self.getGlobalIPv6Address(), 12345,
memcached_conf['port'],
memcached_conf['memcached_port'],
certificate, key, ca_conf['ca_crl'],
ca_conf['certificate_authority_path'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment