Problem:
When enabling the provisioning in Foreman it will not work because the TFTP config is invalid for IPv4.
Solution:
Change the TFTP_ADDRESS option in /etc/default/
"[::]:69"
to
"0.0.0.0:69"
and restart the TFTP service.
Now it works on IPv4, but not for IPv6.
