puppet-barbican/releasenotes/notes/fix_existing_wsgi_conf_from_packaging-f407b04e30ee44e2.yaml
Matthew J Black 25f2899ef8 Manage package created apache config file
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
2016-10-16 08:56:34 -04:00

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.