Skip to content
Snippets Groups Projects
Commit cc57dc50 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Set TFTP file permissions to 0644"

parents 766c4470 e50f1952
No related branches found
No related tags found
No related merge requests found
......@@ -6,20 +6,20 @@
"source": "{{ container_config_directory }}/ironic-agent.kernel",
"dest": "/tftpboot/ironic-agent.kernel",
"owner": "root",
"perm": "0600"
"perm": "0644"
},
{
"source": "{{ container_config_directory }}/ironic-agent.initramfs",
"dest": "/tftpboot/ironic-agent.initramfs",
"owner": "root",
"perm": "0600"
"perm": "0644"
},
{% endif %}
{
"source": "{{ container_config_directory }}/default",
"dest": "/tftpboot/pxelinux.cfg/default",
"owner": "root",
"perm": "0600"
"perm": "0644"
}
],
"permissions": [
......
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