25f2899ef8
The Ubuntu Cloud Archive barbican-api package deposits a config file in /etc/apache2/conf-enable, and then enables it. This configuration has a duplicate definition for the WSGI process that is used by puppet. This will cause apache to not start, or reload. The new behavior is to modify the package deposited file of the new file names, as a comment like done with the puppet-horizon package. RedHat family was added for parity. Change-Id: I5c857a342000d04fe87c314c12bded78975d0c97 Closes-Bug: 1633850
5 lines
281 B
YAML
5 lines
281 B
YAML
---
|
|
issues:
|
|
- Ubuntu Cloud Archive barbican-api package deposits a config, in a different directory, that conflicts with the puppet created config.
|
|
The behavior now is to update the config deposited by the package to have only a comment to inform of the correct config file.
|