From 42caa5ac68b7cc797615003834a6b124dc970e1b Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Thu, 23 Apr 2015 20:46:11 +0159 Subject: [PATCH] nfs automounter config --- nfs-client/templates/auto.nfs.j2 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/nfs-client/templates/auto.nfs.j2 b/nfs-client/templates/auto.nfs.j2 index 3d746ff..ffdf59c 100644 --- a/nfs-client/templates/auto.nfs.j2 +++ b/nfs-client/templates/auto.nfs.j2 @@ -1,6 +1,3 @@ -## TODO -home -fstype=nfs,noatime,hard,intr,nodev,nosuid,vers=3 rumo.fsmpi.rwth-aachen.de:/DATA/home -pub -fstype=nfs,noatime,hard,intr,nodev,nosuid,vers=3 rumo.fsmpi.rwth-aachen.de:/DATA/pub -#sharing -fstype=nfs,noatime,hard,intr,nodev,nosuid,vers=3 portal.fsmpi.rwth-aachen.de:/srv/sharing -videoag -fstype=nfs,noatime,hard,intr,nodev,nosuid,vers=3 videoag.fsmpi.rwth-aachen.de:/srv/videoag -videoag_raw -fstype=nfs,noatime,hard,intr,nodev,nosuid,vers=3 videoag.fsmpi.rwth-aachen.de:/srv/videoag_raw +{% for share in nfsshares %} + {{ share }} +{% endfor %} -- GitLab