[nfs] On met un alias nfs.adm.crans.org en place pour virer daath au maximum d'endroit

This commit is contained in:
Pierre-Elliott Bécue 2013-04-19 01:09:34 +02:00
parent 354d60a8a1
commit 0f0c37e7a0
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ print metadata.Probes["fstab_local"]
if has("nfs"):
@# Le nfs
mnt("daath.adm.crans.org:/usr/scripts", "/usr/scripts", "nfs", ["rw"])
mnt("nfs.adm.crans.org:/usr/scripts", "/usr/scripts", "nfs", ["rw"])
if has("home-permanent"):
# Pour ceux qui accedent beaucoup aux homes on monte tout le /home
mnt("fx.adm.crans.org:/home-adh", "/home", "nfs", ["rw"]);
mnt("nfs.adm.crans.org:/home-adh", "/home", "nfs", ["rw"]);