aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/heat/api_cfn.pp
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-14 17:07:46 +0000
committerGerrit Code Review <review@openstack.org>2017-11-14 17:07:46 +0000
commita974e44e10c20c8ccc87f3b5dc0c1a7c50671d76 (patch)
tree3a11ef1cad6ae78776332569e4f42f6739f38b81 /manifests/profile/base/heat/api_cfn.pp
parentb25798b8f000facad56a83b0158809072b527813 (diff)
parent8eafd014a8c01826d50c12444271973aace8961b (diff)
Merge "Create dedicated "apache" base profile" into stable/pike
Diffstat (limited to 'manifests/profile/base/heat/api_cfn.pp')
-rw-r--r--manifests/profile/base/heat/api_cfn.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/heat/api_cfn.pp b/manifests/profile/base/heat/api_cfn.pp
index 1014b04..a2f3287 100644
--- a/manifests/profile/base/heat/api_cfn.pp
+++ b/manifests/profile/base/heat/api_cfn.pp
@@ -77,7 +77,7 @@ class tripleo::profile::base::heat::api_cfn (
if $step >= 4 or ( $step >= 3 and $is_bootstrap ) {
include ::heat::api_cfn
- include ::apache::mod::ssl
+ include ::tripleo::profile::base::apache
class { '::heat::wsgi::apache_api_cfn':
ssl_cert => $tls_certfile,
ssl_key => $tls_keyfile,