Commit 0e07bde8 authored by Rafael Monnerat's avatar Rafael Monnerat 👻

Include openssl binary link for single zope setup

This change is required to expose openssl to the instance during the
Unit Tests.
parent 3d7720a9
...@@ -198,6 +198,7 @@ link-binary = ...@@ -198,6 +198,7 @@ link-binary =
{{ sed_location }}/bin/sed {{ sed_location }}/bin/sed
{{ tesseract_location }}/bin/tesseract {{ tesseract_location }}/bin/tesseract
{{ w3m_location }}/bin/w3m {{ w3m_location }}/bin/w3m
{{ openssl_location }}/bin/openssl
{{ poppler_location }}/bin/pdfinfo {{ poppler_location }}/bin/pdfinfo
{{ poppler_location }}/bin/pdfseparate {{ poppler_location }}/bin/pdfseparate
{{ poppler_location }}/bin/pdftotext {{ poppler_location }}/bin/pdftotext
...@@ -205,6 +206,7 @@ link-binary = ...@@ -205,6 +206,7 @@ link-binary =
{{ poppler_location }}/bin/pdfunite {{ poppler_location }}/bin/pdfunite
{{ dmtx_utils_location }}/bin/dmtxwrite {{ dmtx_utils_location }}/bin/dmtxwrite
{{ aspell_location }}/bin/aspell {{ aspell_location }}/bin/aspell
[certificate-authority] [certificate-authority]
recipe = slapos.cookbook:certificate_authority recipe = slapos.cookbook:certificate_authority
openssl-binary = {{ openssl_location }}/bin/openssl openssl-binary = {{ openssl_location }}/bin/openssl
......
...@@ -102,7 +102,7 @@ extra-context = ...@@ -102,7 +102,7 @@ extra-context =
[template-zope] [template-zope]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-zope.cfg.in url = ${:_profile_base_location_}/instance-zope.cfg.in
md5sum = ea09a89ca79290c33de0b59a19a5490f md5sum = 90d55e963c5fc7c89e3e282bc647d172
mode = 640 mode = 640
[template-kumofs] [template-kumofs]
......
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