aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/interface.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/interface.pp')
-rw-r--r--manifests/utils/interface.pp12
1 files changed, 11 insertions, 1 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index 1dd37f6..2e6d7b4 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -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