From 64debfb5ae8193ee0294fed0b0bb253743b52c53 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 27 Jul 2015 18:15:59 +0000 Subject: [PATCH] use valid template syntax for apache config template --- files/httpd/newvirtualhost.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/httpd/newvirtualhost.conf.j2 b/files/httpd/newvirtualhost.conf.j2 index 11fddcc60d..18c7a2e8ad 100644 --- a/files/httpd/newvirtualhost.conf.j2 +++ b/files/httpd/newvirtualhost.conf.j2 @@ -45,7 +45,7 @@ # when the CA certificates are directly appended to the server # certificate for convinience. #SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt - {% if sslintermediatecertfile is defined %} + {% if sslintermediatecertfile != '' %} SSLCertificateChainFile /etc/pki/tls/certs/{{ sslintermediatecertfile }} {% endif %}