b2320ac295
This renames the horizon_* ssl parameters to be named ssl_*. It also adds an enforcement to the end users to set ssl_verify_client if the ssl_ca (or deprecated horizon_ca) is used since it wont take effect. See the puppetlabs-apache 2.1.0 release notes [1]. [1] https://github.com/puppetlabs/puppetlabs-apache/blob/2.1.0/CHANGELOG.md#changed Change-Id: I4d3b8623924ad646bf4880ad70fb3ce9be1675c2
19 lines
680 B
YAML
19 lines
680 B
YAML
---
|
|
features:
|
|
- |
|
|
Added ssl_cert, ssl_key and ssl_ca parameter to init class and the
|
|
horizon::wsgi::apache class.
|
|
upgrade:
|
|
- |
|
|
You should now set the ssl_cert, ssl_key and ssl_ca parameters instead of
|
|
the horizon_cert, horizon_key and horizon_ca parameters in the init and
|
|
horizon::wsgi::apache class.
|
|
- |
|
|
When setting ssl_ca (or the deprecated horizon_ca) end users must now set
|
|
the ssl_verify_client parameter or the puppetlabs-apache module will not
|
|
set SSLCACertificate in the vhost configuration.
|
|
deprecations:
|
|
- |
|
|
The horizon_cert, horizon_key and horizon_ca parameters is deprecated.
|
|
Please use ssl_cert, ssl_key and ssl_ca.
|