puppet-ironic/releasenotes/notes/ironic-dbsync-3816e081122eb137.yaml
Dmitry Tantsur 179690bb93 ironic upgrade: change ownership for ironic-dbsync.log
Commit bf00e67901 broke upgrades of existing
ironic deployments, as it tries running ironic-dbsync from "ironic" user,
while the existing ironic-dbsync.log file is owned by root.

This change adds creating a file resource with the correct ACLs before
running ironic-dbsync.

Change-Id: Ia3e8b7d8add933cd8a53f1c4e92dc3c4479009eb
2017-11-07 13:55:43 +01:00

6 lines
164 B
YAML

---
fixes:
- |
Fixes ownership of ``/var/log/ironic/ironic-dbsync.log`` before trying
to run ``ironic-dbsync``. This file was owned by *root* previously.