Commit 01a3aaf6 authored by Łukasz Nowak's avatar Łukasz Nowak

- revert 44085, recipe requries more work to disable it safely


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44097 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cbe987cc
......@@ -101,6 +101,7 @@ class Recipe(BaseSlapRecipe):
)
for k, v in default_parameter_dict.iteritems():
self.parameter_dict.setdefault(k, v)
self.installTestCertificateAuthority()
self.installCertificateAuthority()
self.installMemcached()
self.installKumo()
......@@ -490,6 +491,7 @@ class Recipe(BaseSlapRecipe):
self.path_list.append(wrapper)
self.installLoginApache(index)
self.installKeyAuthorisationApache(index)
def _getApacheConfigurationDict(self, prefix, ip, port):
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