puppet-barbican/releasenotes/notes/default-vhost-config-f599feabf2230ace.yaml
Takashi Kajinami f6c1a66e9d Stop replacing the default apache config file
The apache class by default purge all default vhost config files, and
the other modules expect the default files are purged by that behavior.

This change removes the logic to replace the default vhost config file,
which is implemented only in a few modules, to make implementation
of all modules more consistent.

Change-Id: I0160bd0b7b8d5495031838119d401e44b3ddf7fa
2022-01-05 06:17:03 +00:00

7 lines
192 B
YAML

---
upgrade:
- |
The default vhost config file is no longer managed. Make sure
the parameters of the ``apache`` class are properly defined and
the default vhost file is deleted.