From ed909fd8f86626f93c05a4f798039cb82e36d325 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 7 Dec 2014 23:54:07 +0000 Subject: [PATCH] Ruby in my templates? No, thanks. --- roles/httpd/website/templates/website.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/httpd/website/templates/website.conf b/roles/httpd/website/templates/website.conf index 79bb66fe91..1d2a514bcf 100644 --- a/roles/httpd/website/templates/website.conf +++ b/roles/httpd/website/templates/website.conf @@ -1,4 +1,4 @@ - + ServerName {{ name }} {% if server_aliases %} ServerAlias {{ server_aliases.join(" ") }} @@ -20,7 +20,7 @@ {% if ssl %} - + ServerName {{ name }} {% if server_aliases %} ServerAlias {{ server_aliases.join(" ") }}