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:
parent
3a7efa0116
commit
edb95c4d3a
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user