memcached : fix recipe for stunnel

parent 0de65782
......@@ -48,8 +48,9 @@ class Recipe(BaseSlapRecipe):
ca_conf = self.installCertificateAuthority()
key, certificate = self.requestCertificate('Memcached')
stunnel_conf = self.installStunnel(self.getGlobalIPv6Address(), 12345,
memcached_conf['memcached_port'],
stunnel_conf = self.installStunnel(
self.getGlobalIPv6Address(), self.getLocalIPv4Address(),
12345, 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