]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix: nodo::utils::interface: switch from parcellite to clipit
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 2 Jan 2026 18:09:47 +0000 (15:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 2 Jan 2026 18:09:47 +0000 (15:09 -0300)
manifests/utils/interface.pp

index 1dd37f6a0de62d20263e24925850d8ad459b9520..2e6d7b42297ab8f952f06af4aa1b884363287ba3 100644 (file)
@@ -16,7 +16,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
     'xinput',
     'numlockx',
     'autocutsel',
-    'parcellite',
+    'clipit',
     'unclutter',
     'xserver-xephyr',
     'policykit-1-gnome',
@@ -40,6 +40,16 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
     ensure => installed,
   }
 
+  # Absent on Debian trixie
+  package { [
+    'parcellite',
+  ]:
+    ensure => $::lsbdistcodename ? {
+      'trixie'   => absent,
+      default    => present,
+    }
+  }
+
   # We need a workaround for this:
   # https://bbs.archlinux.org/viewtopic.php?id=50647
   # http://linuxforcynics.com/how-to/using-rxvt-unicode-with-screen