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
This commit is contained in:
parent
bf1a15b4e6
commit
3539729d20
@ -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',
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user