Commit 840cd6bd authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos.cookbook: recipe erp5testnode supports multi line shared-part-list

parent 9c7bc2ba
......@@ -58,6 +58,7 @@ class Recipe(GenericBaseRecipe):
"\npath_list = %s" % ",".join(software_path_list)
CONFIG['computer_id'] = self.buildout['slap-connection']['computer-id']
CONFIG['server_url'] = self.buildout['slap-connection']['server-url']
CONFIG['shared_part_list'] = CONFIG['shared_part_list'].replace('\n', '\n ')
configuration_file = self.createFile(
self.options['configuration-file'],
self.substituteTemplate(
......
......@@ -2,7 +2,8 @@
slapos_directory = %(slapos_directory)s
working_directory = %(working_directory)s
test_suite_directory = %(test_suite_directory)s
shared_part_list = %(shared_part_list)s
shared_part_list =
%(shared_part_list)s
software_directory = %(software_directory)s
log_directory = %(log_directory)s
run_directory = %(run_directory)s
......
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