Commit ae4a5d25 authored by Łukasz Nowak's avatar Łukasz Nowak

Transmit all required parameters.

parent 7a676865
......@@ -151,6 +151,9 @@ class Recipe(GenericSlapRecipe):
part_list=' \n'.join([' '+q for q in part_list]),
known_tid_storage_identifier_dict=known_tid_storage_identifier_dict,
haproxy_section="haproxy-%s" % backend_name,
zope_section=zope_id,
site_id=site_id,
**self.parameter_dict
)
output = prepend + output
with open(self.options['output'], 'w') as f:
......
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