From 965927a9a8a449cdaf3187d74b50ac6f549aa934 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 14 Jan 2013 10:36:56 -0200 Subject: Bug around rxvt-unicode-256color and screen --- manifests/subsystems/utils/interface.pp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'manifests/subsystems/utils/interface.pp') diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp index 93f689f..0ca228d 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -15,9 +15,11 @@ class utils::interface { package { 'rxvt-unicode': ensure => present, - name => $lsbdistcodename ? { - 'squeeze' => 'rxvt-unicode', - default => 'rxvt-unicode-256color', - } + # 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', + #} } } -- cgit v1.2.3