Skip to content
Snippets Groups Projects
Commit 9ba235f0 authored by Sam Betts's avatar Sam Betts
Browse files

Ensure that /tftpboot/pxelinux.cfg is owned by Ironic

The pxelinux.cfg directory gets created but isn't owned by the correct
user. This patch ensures that the permissions are correctly updated.

Change-Id: Ifcb80018b72d40c5d4eccf059d1c3442b71be6f8
parent 21e89488
No related branches found
No related tags found
No related merge requests found
...@@ -21,5 +21,12 @@ ...@@ -21,5 +21,12 @@
"owner": "root", "owner": "root",
"perm": "0644" "perm": "0644"
} }
],
"permissions": [
{
"path": "/tftpboot/pxelinux.cfg",
"owner": "ironic:ironic",
"recurse": true
}
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment