Commit 485e6140 authored by Łukasz Nowak's avatar Łukasz Nowak

- Certficate Authority is required for Apache login SSL key


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44095 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dcf62448
......@@ -101,6 +101,7 @@ class Recipe(BaseSlapRecipe):
)
for k, v in default_parameter_dict.iteritems():
self.parameter_dict.setdefault(k, v)
self.installCertificateAuthority()
self.installMemcached()
self.installKumo()
self.installConversionServer()
......
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