From 3539729d2023817df1260b94c1128ca031ba82db Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 27 Feb 2017 11:05:10 -0800 Subject: [PATCH] Set vhost name on translate\d+ properly These hosts will have hostnames like translate01.openstack.org but will serve content for transate.openstack.org so we have to set the apache vhost name properly. Change-Id: Ia3e08272cd0ca566b02dab8f425a9cf6814dd233 --- manifests/site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/site.pp b/manifests/site.pp index 5312e50ecf..f94f177568 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1605,6 +1605,7 @@ node /^translate\d+\.openstack\.org$/ { ssl_cert_file_contents => hiera('translate_ssl_cert_file_contents'), ssl_key_file_contents => hiera('translate_ssl_key_file_contents'), ssl_chain_file_contents => hiera('translate_ssl_chain_file_contents'), + vhost_name => 'translate.openstack.org', } }