Files
warewulf/overlays/host/rootfs/etc/exports.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
265 B
Plaintext

{{- if .Nfs.Enabled }}
# This file is autogenerated by warewulf
{{- $network := .Network }}
{{- $netmask := .Netmask }}
{{- range .Nfs.ExportsExtended }}
{{ .Path }} {{ $network }}/{{ $netmask }}({{ .ExportOptions }})
{{- end }}
{{- else }}
{{ abort }}
{{- end }}