diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-27 14:52:12 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-27 14:52:12 +0000 |
commit | f5a38f942bb69f5234f42686d9fca383c4c9e813 (patch) | |
tree | c1d08fbf66b274a7279f133962118c6768a77c08 | |
parent | c504d6a8591bcf12e31d97a62222d7611941b136 (diff) | |
parent | b2aad9c14c4b95ce6df2262a2151586993322d4a (diff) |
Merge "Include base apache module in tls_proxy resource"
-rw-r--r-- | manifests/tls_proxy.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |