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

- provide default site it


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44192 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9fd0b0f1
......@@ -48,6 +48,7 @@ class Recipe(BaseSlapRecipe):
'template/%s' % template_name)
def _install(self):
self.site_id = 'erp5'
self.path_list = []
self.requirements, self.ws = self.egg.working_set([__name__])
ca_conf = self.installCertificateAuthority()
......
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