Skip to content

Commit 96b7521

Browse files
seunghun1eeAlex-Welsh
authored andcommitted
Re-add missing permission attribute
The change https://review.opendev.org/c/openstack/kolla-ansible/+/924651 accidentally removed ``perm: 0600`` from known_devices.yaml and ended up having a trailing comma problem. Re-added the attribute to fix the problem. Closes-bug: #2119645 Change-Id: Idf08c1c1560ced51d644a33dc1b5be2fb375d20a Signed-off-by: Seunghun Lee <[email protected]>
1 parent 68f96f2 commit 96b7521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/ironic/templates/ironic-inspector.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"source": "{{ container_config_directory }}/known_devices.yaml",
1818
"dest": "/etc/ironic-inspector/known_devices.yaml",
1919
"owner": "ironic-inspector",
20+
"perm": "0600"
2021
}{% endif %}{% if ironic_copy_certs | bool %},
2122
{
2223
"source": "{{ container_config_directory }}/ca-certificates",

0 commit comments

Comments
 (0)