puppet-ironic/releasenotes/notes/inspector-config-file-permissions-9f414647e89c7d47.yaml
Mateusz Kowalski 0ca7ce70b7 Change owner of inspector.conf to ironic-inspector
By default permissions of inspector.conf are root:root what does
not work when service is run as ironic-inspector user. This patch
changes ownership to ironic-inspector:ironic-inspector

Change-Id: I89f4764d3846d28a05c02c7462c5775f8c5719b9
Closes-Bug: #1691468
2017-05-17 17:00:56 +02:00

5 lines
125 B
YAML

---
fixes:
- Permissions of inspector.conf are now changed to ironic-inspector user
and group from previous root:root.