From b42dec0eff68c822562f01e37110bc65a55118d4 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 8 Dec 2014 00:14:10 +0000 Subject: [PATCH] Whitespace. --- roles/httpd/website/templates/website.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/httpd/website/templates/website.conf b/roles/httpd/website/templates/website.conf index 99bf4fc256..f70b434834 100644 --- a/roles/httpd/website/templates/website.conf +++ b/roles/httpd/website/templates/website.conf @@ -20,7 +20,7 @@ {% if ssl %} - + ServerName {{ name }} {% if server_aliases %} ServerAlias {{ server_aliases | join(" ") }} @@ -48,3 +48,4 @@ Include "conf.d/{{ name }}/*.conf" {% endif %} +