From cdaa0944a114138a54a0f00a26970e969098abd7 Mon Sep 17 00:00:00 2001 From: Greg Kedge Date: Tue, 10 May 2016 11:41:18 -0400 Subject: [PATCH] Template test fix for vhost.extra_parameters_directory --- templates/vhosts.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vhosts.conf.j2 b/templates/vhosts.conf.j2 index 6daf2be..1b0d64a 100644 --- a/templates/vhosts.conf.j2 +++ b/templates/vhosts.conf.j2 @@ -24,7 +24,7 @@ {% else %} Require all granted {% endif %} -{% if vhost.extra_parameters_directory %} +{% if vhost.extra_parameters_directory is defined %} {{ vhost.extra_parameters_directory }} {% endif %}