aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/heat/api_cfn.pp
diff options
context:
space:
mode:
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,