Commit 87189641 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix typo

parent 040e20df
......@@ -72,8 +72,8 @@ class Recipe(BaseSlapRecipe):
self.getLocalIPv4Address(), 23000, 23060)
mysql_conf = self.installMysqlServer(self.getLocalIPv4Address(), 45678)
user, password = self.installERP5()
zope_access = self.installStandaloneZope(zodb_root_path)
zope_access = self.installZopeStandalone()
key, certificate = self.requestCertificate('Login Based Access')
apache_conf = dict(
......
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