Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppetlabs-apache / 0002-maint-Fix-the-vhost-ssl-template-correctly-this-time.patch
1 From 90e50eedd7c8ba0d1e1c17ba678525630bb7e023 Mon Sep 17 00:00:00 2001
2 From: Bryan Jen <bryan.jen@gmail.com>
3 Date: Fri, 16 Dec 2016 15:57:46 +0000
4 Subject: [PATCH 2/2] (maint) Fix the vhost ssl template correctly this time
5
6 ---
7  templates/vhost/_ssl.erb | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/templates/vhost/_ssl.erb b/templates/vhost/_ssl.erb
11 index c92f70c8..e70efebd 100644
12 --- a/templates/vhost/_ssl.erb
13 +++ b/templates/vhost/_ssl.erb
14 @@ -49,7 +49,7 @@
15    <%- if @ssl_stapling_timeout && scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%>
16    SSLStaplingResponderTimeout <%= @ssl_stapling_timeout %>
17    <%- end -%>
18 -  <%- if (not @ssl_stapling_return_errors.nil? && scope.function_versioncmp([@apache_version, '2.4']) >= 0) -%>
19 +  <%- if (not @ssl_stapling_return_errors.nil?) && (scope.function_versioncmp([@apache_version, '2.4']) >= 0) -%>
20    SSLStaplingReturnResponderErrors <%= scope.function_bool2httpd([@ssl_stapling_return_errors]) %>
21    <%- end -%>
22  <% end -%>
23 -- 
24 2.17.1
25