- 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>
12 lines
265 B
Plaintext
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 }}
|
|
|