]> xn--ix-yja.es Git - alex.git/commitdiff
Do not install fuse
authoralex <alex@pdp7.net>
Fri, 4 Oct 2024 21:36:48 +0000 (23:36 +0200)
committeralexpdp7 <alex@corcoles.net>
Fri, 4 Oct 2024 21:38:45 +0000 (23:38 +0200)
It removes Gnome in Debian. Plus it was only needed to run the Emacs
appimage which I don't use anymore.

personal_infra/puppet/modules/workstation/manifests/init.pp

index 400b3a17e2e0e28b8b04f7adde365eef9179752b..177fcf2346299bd5a291e294ab53a044848f32d7 100644 (file)
@@ -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':