Commit 46485789 authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Łukasz Nowak

caddy-frontend: Do not pass needless openssl to caucase macro

parent 7d7a59d6
......@@ -22,7 +22,7 @@ md5sum = c801b7f9f11f0965677c22e6bbe9281b
[template-apache-frontend]
filename = instance-apache-frontend.cfg.in
md5sum = 2903758a104186b7dae9573c3470be78
md5sum = 36eaee40086aef59b4ea11c52e6063e3
[template-caddy-replicate]
filename = instance-apache-replicate.cfg.in
......@@ -118,4 +118,4 @@ md5sum = 38792c2dceae38ab411592ec36fff6a8
[template-kedifa]
filename = instance-kedifa.cfg.in
md5sum = 7ef17a06232f87eb2c390a837d88c38f
md5sum = ff547807d8b703a124a43eab211666c2
......@@ -189,8 +189,7 @@ stop-on-error = True
ca_path='${kedifa-login-config:ca-certificate}',
crl_path='${kedifa-login-config:crl}',
key_path='${kedifa-login-csr:key}',
template_csr='${kedifa-login-csr:template-csr}',
openssl=parameter_dict['openssl'] ~ '/bin/openssl',
template_csr='${kedifa-login-csr:template-csr}'
)}}
[dynamic-custom-personal-template-slave-list]
......
......@@ -102,8 +102,7 @@ stop-on-error = True
crl_path='${kedifa-config:crl}',
key_path='${kedifa-csr:key}',
on_renew='${kedifa-reloader:wrapper-path}',
template_csr='${kedifa-csr:template-csr}',
openssl=parameter_dict['openssl'] ~ '/bin/openssl',
template_csr='${kedifa-csr:template-csr}'
)}}
[store-csr_id]
......
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