Commit 837f4bd3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! enable haproxy admin socket and install haproxyctl script.

parent e7083872
......@@ -112,8 +112,8 @@ class Recipe(GenericBaseRecipe):
self.options['conf-path'],
self.substituteTemplate(
self.getTemplateFilename('haproxy.cfg.in'),
{'socket_path': self.options['socket-path']},
{'server_text': server_snippet},
{'socket_path': self.options['socket-path'],
'server_text': server_snippet},
)
)
wrapper_path = self.createPythonScript(
......
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