From 9712b89bc60dce51cacf8a91c15df4589138c5ef Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 18 Dec 2014 18:35:33 +0000 Subject: [PATCH] puppet land to jinja2. --- roles/httpd/proxy/templates/headers.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/proxy/templates/headers.conf b/roles/httpd/proxy/templates/headers.conf index 92759940e1..f1e0f4a131 100644 --- a/roles/httpd/proxy/templates/headers.conf +++ b/roles/httpd/proxy/templates/headers.conf @@ -1,3 +1,3 @@ Header set ProxyTime "%D" PassEnv HOSTNAME -Header set ProxyServer "<%= fqdn %>" +Header set ProxyServer "{{ inventory_hostname }}"