diff options
Diffstat (limited to 'manifests/profile/base/mistral/api.pp')
-rw-r--r-- | manifests/profile/base/mistral/api.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/mistral/api.pp b/manifests/profile/base/mistral/api.pp index 2ab2d96..f13a44f 100644 --- a/manifests/profile/base/mistral/api.pp +++ b/manifests/profile/base/mistral/api.pp @@ -84,7 +84,7 @@ class tripleo::profile::base::mistral::api ( # Temporarily disable Mistral API deployed in WSGI # https://bugs.launchpad.net/tripleo/+bug/1724607 if $mistral_api_wsgi_enabled { - include ::apache::mod::ssl + include ::tripleo::profile::base::apache class { '::mistral::wsgi::apache': ssl_cert => $tls_certfile, ssl_key => $tls_keyfile, |