memcached : pyflakes

parent a3bf4e44
...@@ -54,7 +54,7 @@ class Recipe(BaseSlapRecipe): ...@@ -54,7 +54,7 @@ class Recipe(BaseSlapRecipe):
ca_conf['certificate_authority_path']) ca_conf['certificate_authority_path'])
stunnel_conf = self.installStunnel(self.getGlobalIPv6Address(), stunnel_conf = self.installStunnel(self.getGlobalIPv6Address(),
self.getLocalIPv4Address(), 12345, kumo_conf['kumo_gateway_port'], self.getLocalIPv4Address(), 12345, memcached_conf['memcached_port'],
certificate, key, ca_conf['ca_crl'], certificate, key, ca_conf['ca_crl'],
ca_conf['certificate_authority_path']) 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