Rename security.o.o vhost template for reusability

There is no longer any security.openstack.org specific content in
the vhost template, so rename it to something more general in
preparation for use by additional similar vhosts.

Change-Id: Ifb6843ec25cecdf497df107f066cc59bd81c5a19
This commit is contained in:
Jeremy Stanley 2015-10-13 18:13:48 +00:00
parent 3a7efa0116
commit edb95c4d3a
2 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class openstack_project::static (
docroot => '/srv/static/security',
priority => '50',
ssl => true,
template => 'openstack_project/security.vhost.erb',
template => 'openstack_project/static-https-redirect.vhost.erb',
vhost_name => 'security.openstack.org',
require => [
File['/srv/static/security'],