puppet-placement/releasenotes/notes/default-vhost-config-ab5db0e23800971b.yaml
Takashi Kajinami 8e3c55d0a0 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: Ia04ceab86e0bd889366eef4860f2d0cf0aa437c8
2022-01-04 21:31:20 +09: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.