removed old nfs style from config

This commit is contained in:
Christian Goll
2022-03-31 08:19:21 +02:00
parent d10eca1d89
commit b25068521a
2 changed files with 0 additions and 4 deletions

View File

@@ -8,9 +8,6 @@
{{- range .Nfs.ExportsExtended }}
{{ .Path }} {{ $network }}/{{ $netmask }}({{ .ExportOptions }})
{{- end }}
{{range .Nfs.Exports }}
{{ . }} {{ $network }}/{{ $netmask }}(rw,sync)
{{- end }}
{{- else }}
{{ abort }}
{{- end }}