Merge "Add HTTPS for governance.openstack.org"
This commit is contained in:
commit
af6024bee1
@ -240,10 +240,17 @@ class openstack_project::static (
|
|||||||
# Governance
|
# Governance
|
||||||
|
|
||||||
::httpd::vhost { 'governance.openstack.org':
|
::httpd::vhost { 'governance.openstack.org':
|
||||||
port => 80,
|
port => 443, # Is required despite not being used.
|
||||||
priority => '50',
|
docroot => '/srv/static/governance',
|
||||||
docroot => '/srv/static/governance',
|
priority => '50',
|
||||||
require => File['/srv/static/governance'],
|
ssl => true,
|
||||||
|
template => 'openstack_project/static-http-and-https.vhost.erb',
|
||||||
|
vhost_name => 'governance.openstack.org',
|
||||||
|
require => [
|
||||||
|
File['/srv/static/governance'],
|
||||||
|
File[$cert_file],
|
||||||
|
File[$key_file],
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/srv/static/governance':
|
file { '/srv/static/governance':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user