aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/heat/api.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/base/heat/api.pp')
-rw-r--r--manifests/profile/base/heat/api.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/profile/base/heat/api.pp b/manifests/profile/base/heat/api.pp
index f35735b..79eb77e 100644
--- a/manifests/profile/base/heat/api.pp
+++ b/manifests/profile/base/heat/api.pp
@@ -63,8 +63,9 @@ class tripleo::profile::base::heat::api (
$tls_keyfile = undef
}
- if $step >= 4 {
+ if $step >= 3 {
include ::heat::api
+ include ::apache::mod::ssl
class { '::heat::wsgi::apache_api':
ssl_cert => $tls_certfile,
ssl_key => $tls_keyfile,