Files
warewulf/overlays/systemd.netname/rootfs/etc/systemd/network/10-ww4-netname.link.ww
Jonathon Anderson 053dd9953a Split overlays into discrete functionality and test
- Closes #987

To make the overlays testable in isolation, and after discussion with
the TSC, removed host/time/source from overlay files.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
2024-09-26 10:48:38 -06:00

12 lines
304 B
Plaintext

{{ range $devname, $netdev := .NetDevs -}}
{{- $filename := print "10-ww4-netname-" $devname ".link" }}
{{- file $filename }}
# This file is autogenerated by warewulf
{{- if and $netdev.Hwaddr $netdev.Device }}
[Match]
MACAddress={{$netdev.Hwaddr}}
[Link]
Name={{ $netdev.Device }}
{{ end -}}
{{ end -}}