aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-10-04 23:36:48 +0200
committeralexpdp7 <alex@corcoles.net>2024-10-04 23:38:45 +0200
commit7b1f5a88ebc668b96c147c0d8a7610da5606fc50 (patch)
tree264bb999a0ac59a24bf6b944195e558188e6d520
parente5c9e9a3b1df89fdde471dea57c0d7ddeb3098a1 (diff)
Do not install fuse
It removes Gnome in Debian. Plus it was only needed to run the Emacs appimage which I don't use anymore.
-rw-r--r--personal_infra/puppet/modules/workstation/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/personal_infra/puppet/modules/workstation/manifests/init.pp b/personal_infra/puppet/modules/workstation/manifests/init.pp
index 400b3a17..177fcf23 100644
--- a/personal_infra/puppet/modules/workstation/manifests/init.pp
+++ b/personal_infra/puppet/modules/workstation/manifests/init.pp
@@ -1,5 +1,5 @@
class workstation {
- package {['pipx', 'rclone', 'fuse', 'rsync', 'sshpass', 'bash-completion', 'python3-pip']:}
+ package {['pipx', 'rclone', 'rsync', 'sshpass', 'bash-completion', 'python3-pip']:}
if ($facts['os']['family'] == 'Debian') {
file {'/etc/apt/keyrings/packages.mozilla.org.asc':