From c453fd651993f06c24dcd87e773f669f37ebd05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 4 Jan 2022 02:27:00 +0100 Subject: Remaining stuff on gandalf. --- modules/profiles/manifests/workstation.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/profiles/manifests/workstation.pp') diff --git a/modules/profiles/manifests/workstation.pp b/modules/profiles/manifests/workstation.pp index 1e9fd3e..2e44016 100644 --- a/modules/profiles/manifests/workstation.pp +++ b/modules/profiles/manifests/workstation.pp @@ -144,4 +144,11 @@ class profiles::workstation { ensure => link, target => "/usr/share/zoneinfo/${timezone}", } + + systemd_mount { '/usr/net': + what => 'elrond:/files', + where => '/usr/net', + wantedBy => 'remote-fs.target', + automount => true, + } } -- cgit v1.2.3