From a7298744655caf1a1e0210860c39c5e11d330f80 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 21 Oct 2023 18:59:08 +0200 Subject: [PATCH] Add fuse (for rclone/Nextcloud) --- personal_infra/puppet/site/ws.h1.int.pdp7.net.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp index 0911e8f..897f39b 100644 --- a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp @@ -4,5 +4,5 @@ node 'ws.h1.int.pdp7.net' { storage_driver => 'zfs', } - package {['pipx', 'isync', 'weechat', 'rclone']:} + package {['pipx', 'isync', 'weechat', 'rclone', 'fuse']:} } -- 2.47.3