From b2aad9c14c4b95ce6df2262a2151586993322d4a Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 27 Apr 2017 09:56:13 +0300 Subject: 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 --- manifests/tls_proxy.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/tls_proxy.pp') diff --git a/manifests/tls_proxy.pp b/manifests/tls_proxy.pp index 36d6b6d..607e20f 100644 --- a/manifests/tls_proxy.pp +++ b/manifests/tls_proxy.pp @@ -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 -- cgit 1.2.3-korg