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

Paths are per storage.

parent 58fcb121
......@@ -54,8 +54,6 @@ class Recipe(GenericBaseRecipe):
def install(self):
snippet_filename = self.getTemplateFilename(
'zeo-filestorage-snippet.conf.in')
zodb_directory_path = self.options['zodb-path']
# Prepare all filestorages
filestorage_snippet = ""
for storage_definition in self.options['storage'].splitlines():
......
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