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

Expose TIDStorage server configuration.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45836 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b11efdae
......@@ -604,6 +604,7 @@ class Recipe(BaseSlapRecipe):
tidstorage_repozo_cron = os.path.join(self.cron_d, 'tidstorage_repozo')
open(tidstorage_repozo_cron, 'w').write('0 0 * * * %s' % tidstorage_repozo)
self.path_list.append(tidstorage_repozo_cron)
return dict(host=ip, port=port)
def installZope(self, ip, port, name, zodb_configuration_string,
with_timerservice=False):
......
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