aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/barbican/api.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-19 10:45:55 +0000
committerGerrit Code Review <review@openstack.org>2017-04-19 10:45:55 +0000
commitd5471212123fee21cc44175362cf36e9449a2484 (patch)
treeda26c83dc37647b81d6134e2d5e65b1674a06e13 /manifests/profile/base/barbican/api.pp
parent97aac6a58c30d044cc04f67829d74c98f56d28ba (diff)
parent9e729c0db22865d036860346eb6b81c4c2108719 (diff)
Merge "Ensure we configure ssl.conf"
Diffstat (limited to 'manifests/profile/base/barbican/api.pp')
-rw-r--r--manifests/profile/base/barbican/api.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/barbican/api.pp b/manifests/profile/base/barbican/api.pp
index 71e4ea1..211e442 100644
--- a/manifests/profile/base/barbican/api.pp
+++ b/manifests/profile/base/barbican/api.pp
@@ -158,6 +158,7 @@ class tripleo::profile::base::barbican::api (
include ::barbican::api::logging
include ::barbican::keystone::notification
include ::barbican::quota
+ include ::apache::mod::ssl
class { '::barbican::wsgi::apache':
ssl_cert => $tls_certfile,
ssl_key => $tls_keyfile,