From: Silvio Rhatto Date: Mon, 31 Jul 2023 18:26:14 +0000 (-0300) Subject: Fix: rxvt-unicode replaces rxvt-unicode-256color X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2316a33e11838166f344951fe663c4a050af4cb0;p=puppet-nodo.git Fix: rxvt-unicode replaces rxvt-unicode-256color --- 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, }