From 2316a33e11838166f344951fe663c4a050af4cb0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 31 Jul 2023 15:26:14 -0300 Subject: Fix: rxvt-unicode replaces rxvt-unicode-256color --- manifests/utils/interface.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index a6d1ac3..d337d13 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -42,7 +42,9 @@ class nodo::utils::interface inherits nodo::utils::interface::console { # https://bbs.archlinux.org/viewtopic.php?id=50647 # http://linuxforcynics.com/how-to/using-rxvt-unicode-with-screen package { [ - 'rxvt-unicode-256color', + # Package rxvt-unicode-256color was replaced by rxvt-unicode-256color + #'rxvt-unicode-256color', + 'rxvt-unicode', ]: ensure => present, } -- cgit v1.2.3