Include base apache module in tls_proxy resource
Other services include it by using the vhost resource from openstacklib. If we include a service (such as swift-proxy) that uses the tls_proxy resource, and we do so in a separate node or in its own container, it will fail since the base apache module hadn't been included. Change-Id: I0167e08b0b652618d8a1af792376bcf02c8fcd82
This commit is contained in:
parent
baecff6c3c
commit
b2aad9c14c
@ -40,6 +40,7 @@ define tripleo::tls_proxy(
|
||||
$tls_cert,
|
||||
$tls_key,
|
||||
) {
|
||||
include ::apache
|
||||
::apache::vhost { "${title}-proxy":
|
||||
ensure => 'present',
|
||||
docroot => undef, # This is required by the manifest
|
||||
|
Loading…
x
Reference in New Issue
Block a user