Correct mistyped chain file option in survey vhost

Initial testing of the survey class used self-signed certificates,
which failed to exercise the chain file logic and so did not catch a
typographical error in the configuration option name for it.

Change-Id: I296bf5336d175a59699b8c8b103aa1fb42aa12e3
This commit is contained in:
Jeremy Stanley 2018-06-01 14:53:36 +00:00
parent 81b88ef7fb
commit 5d4d2a26c0

View File

@ -43,7 +43,7 @@
SSLCertificateFile <%= scope.lookupvar("openstack_project::survey::ssl_cert_file") %>
SSLCertificateKeyFile <%= scope.lookupvar("openstack_project::survey::ssl_key_file") %>
<% if scope.lookupvar("openstack_project::survey::ssl_chain_file") != "" %>
SSLCertficateChainFile <%= scope.lookupvar("openstack_project::survey::ssl_chain_file") %>
SSLCertificateChainFile <%= scope.lookupvar("openstack_project::survey::ssl_chain_file") %>
<% end %>
ErrorLog /var/log/apache2/<%= @name %>_error.log