Clean up references to deleted releases SSL files
These files have been deleted by Puppet, so we don't need to maintain the old reference indefinitely. Clean up the manifest. Change-Id: Ia68db75b2210382d358f194b4350192db44bf20b
This commit is contained in:
parent
08c165cd92
commit
e1e3234c7b
@ -432,18 +432,6 @@ class openstack_project::static (
|
||||
###########################################################
|
||||
# Releases
|
||||
|
||||
# These are no longer needed now that this site shares the same
|
||||
# cert as the others.
|
||||
file { '/etc/ssl/certs/releases.openstack.org.pem':
|
||||
ensure => absent,
|
||||
}
|
||||
file { '/etc/ssl/private/releases.openstack.org.key':
|
||||
ensure => absent,
|
||||
}
|
||||
file { '/etc/ssl/certs/releases.openstack.org_intermediate.pem':
|
||||
ensure => absent,
|
||||
}
|
||||
|
||||
::httpd::vhost { 'releases.openstack.org':
|
||||
port => 443, # Is required despite not being used.
|
||||
docroot => '/srv/static/releases',
|
||||
|
Loading…
x
Reference in New Issue
Block a user