diff --git a/modules/openstack_project/manifests/static.pp b/modules/openstack_project/manifests/static.pp index 47521483b9..041a76b9c7 100644 --- a/modules/openstack_project/manifests/static.pp +++ b/modules/openstack_project/manifests/static.pp @@ -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'], diff --git a/modules/openstack_project/templates/security.vhost.erb b/modules/openstack_project/templates/static-https-redirect.vhost.erb similarity index 100% rename from modules/openstack_project/templates/security.vhost.erb rename to modules/openstack_project/templates/static-https-redirect.vhost.erb