kumofs : getLocalIPv4Address()

parent 3e4be9ac
......@@ -207,7 +207,7 @@ class Recipe(BaseSlapRecipe):
pid_file = os.path.join(self.run_directory, 'stunnel.pid')
stunnel_conf = dict(
ipv6=ip,
ipv4=self.getLocalIPv4Address,
ipv4=self.getLocalIPv4Address(),
port=port,
pid_file=pid_file,
log=log,
......
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