Files
puppet-octavia/releasenotes/notes/certificate-folder-after-pkg-802703c4a8d646b3.yaml
Tobias Urdin 768d2900eb Create certificates are package installs
When setting certificate folders to /etc/octavia/certs
or similar that depends on /etc/octavia folder the resource
will fail because it doesn't create the whole folder path
recursively.

This changes the dependency chaining to make sure that
certificates are modified after package installs so that
the /etc/octavia folder for example is available.

Closes-Bug: 1804883
Change-Id: I551053b96fde110478945955f3d7dc42bf3e65ef
2018-11-23 21:30:44 +01:00

6 lines
115 B
YAML

---
fixes:
- |
Fixed a bug where certificate folders that depended on paths provided
by packages failed.