From 6a4494361d7a8217adfba999ff679f9332fcce39 Mon Sep 17 00:00:00 2001 From: Benjamin Graillot <graillot@crans.org> Date: Tue, 29 Dec 2020 11:28:01 +0100 Subject: [PATCH] [home-permanent] Mount cameron on san --- roles/home-permanent/templates/systemd/system/home.mount.j2 | 2 +- roles/home-permanent/templates/systemd/system/var-mail.mount.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/home-permanent/templates/systemd/system/home.mount.j2 b/roles/home-permanent/templates/systemd/system/home.mount.j2 index 7a64956e..a16ff658 100644 --- a/roles/home-permanent/templates/systemd/system/home.mount.j2 +++ b/roles/home-permanent/templates/systemd/system/home.mount.j2 @@ -5,7 +5,7 @@ Wants=network-online.target After=network-online.target [Mount] -What=cameron.adm.crans.org:/pool/home +What=cameron.san.crans.org:/pool/home Where=/home Type=nfs Options=rw,nosuid diff --git a/roles/home-permanent/templates/systemd/system/var-mail.mount.j2 b/roles/home-permanent/templates/systemd/system/var-mail.mount.j2 index 2466e2a2..c8ab049e 100644 --- a/roles/home-permanent/templates/systemd/system/var-mail.mount.j2 +++ b/roles/home-permanent/templates/systemd/system/var-mail.mount.j2 @@ -5,7 +5,7 @@ Wants=network-online.target After=network-online.target [Mount] -What=cameron.adm.crans.org:/pool/mail +What=cameron.san.crans.org:/pool/mail Where=/var/mail Type=nfs Options=rw,nosuid -- GitLab