From 4363c1f30fd6a9b48ee6c10be1eb3c6c00fad07c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 16 Feb 2014 22:32:48 -0300 Subject: Using 'rxvt-unicode-256color' on wheezy onwards --- manifests/utils/interface.pp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'manifests') diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index 6c77af1..77f2dc4 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -21,10 +21,11 @@ class nodo::utils::interface inherits nodo::utils::interface::console { package { 'rxvt-unicode': ensure => present, # We need a workaround for this: - # http://packages.debian.org/search?keywords=screen&searchon=names&suite=all§ion=all&sourceid=mozilla-search - #name => $lsbdistcodename ? { - # 'squeeze' => 'rxvt-unicode', - # default => 'rxvt-unicode-256color', - #} + # https://bbs.archlinux.org/viewtopic.php?id=50647 + # http://linuxforcynics.com/how-to/using-rxvt-unicode-with-screen + name => $lsbdistcodename ? { + 'squeeze' => 'rxvt-unicode', + default => 'rxvt-unicode-256color', + } } } -- cgit v1.2.3