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
This commit is contained in:
Sam Betts 2017-04-25 12:57:01 +01:00
parent 21e8948839
commit 9ba235f0ce

View File

@ -21,5 +21,12 @@
"owner": "root",
"perm": "0644"
}
],
"permissions": [
{
"path": "/tftpboot/pxelinux.cfg",
"owner": "ironic:ironic",
"recurse": true
}
]
}