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.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/profile/base/heat/api_cfn.pp b/manifests/profile/base/heat/api_cfn.pp
index 2545dbc..dad7b76 100644
--- a/manifests/profile/base/heat/api_cfn.pp
+++ b/manifests/profile/base/heat/api_cfn.pp
@@ -63,9 +63,10 @@ class tripleo::profile::base::heat::api_cfn (
$tls_keyfile = undef
}
- if $step >= 4 {
+ if $step >= 3 {
include ::heat::api_cfn
+ include ::apache::mod::ssl
class { '::heat::wsgi::apache_api_cfn':
ssl_cert => $tls_certfile,
ssl_key => $tls_keyfile,