removed nfs old exports from fstab

This commit is contained in:
Christian Goll
2022-04-01 11:27:14 +02:00
parent b25068521a
commit 5333208efb

View File

@@ -15,6 +15,3 @@ proc /proc proc defaults 0 0
{{- end }}
{{- end }}
{{- end }}
{{- range .Nfs.Exports }}
{{ $IP }}:{{ . }} {{ . }} nfs defaults 0 0
{{- end }}