From c1ff74024f3785f34b4afcf02ef26cd8b17796a3 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 12 Jan 2016 11:38:43 -0500 Subject: [PATCH] Use this var instead. --- roles/pdc/frontend/templates/pdc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pdc/frontend/templates/pdc.conf b/roles/pdc/frontend/templates/pdc.conf index f33b1f5c3b..5a875e55d6 100644 --- a/roles/pdc/frontend/templates/pdc.conf +++ b/roles/pdc/frontend/templates/pdc.conf @@ -3,7 +3,7 @@ WSGIPythonOptimize 1 WSGIDaemonProcess pdc user=apache group=apache maximum-requests=1000 display-name=pdc processes=2 threads=1 shutdown-timeout=10 - ServerName {{ hostname }} + ServerName {{ inventory_hostname }} CustomLog /var/log/httpd/pdc-access.log combined ErrorLog /var/log/httpd/pdc-error.log