diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-10 16:24:58 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-10 16:24:58 +0000 |
commit | 000c633a50efb45c535cd346a7eade040172293b (patch) | |
tree | e1502ac763ec9408171ac402102cde546ff92ba5 /manifests/profile | |
parent | 298b10760d4d8a3d255a6f5dded55e8a81bfff0b (diff) | |
parent | d7b449943ad17b3fbbd9d23c71699b2aacccb70b (diff) |
Merge "Fetch internal certificates for HAProxy based on network"
Diffstat (limited to 'manifests/profile')
-rw-r--r-- | manifests/profile/base/haproxy.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/profile/base/haproxy.pp b/manifests/profile/base/haproxy.pp index e018f36..afeb8c0 100644 --- a/manifests/profile/base/haproxy.pp +++ b/manifests/profile/base/haproxy.pp @@ -84,7 +84,9 @@ class tripleo::profile::base::haproxy ( Tripleo::Certmonger::Haproxy<||> ~> Haproxy::Listen<||> } - include ::tripleo::haproxy + class {'::tripleo::haproxy': + internal_certificates_specs => $certificates_specs, + } unless hiera('tripleo::haproxy::haproxy_service_manage', true) { # Reload HAProxy configuration if the haproxy class has refreshed or any |