]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Bug around rxvt-unicode-256color and screen
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Jan 2013 12:36:56 +0000 (10:36 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Jan 2013 12:36:56 +0000 (10:36 -0200)
manifests/subsystems/utils/interface.pp

index 93f689f1eb20c6c2a31e86524a7887132f058a66..0ca228dddf4ebef7a87cf34dd8973d85b3274a2a 100644 (file)
@@ -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&section=all&sourceid=mozilla-search
+    #name   => $lsbdistcodename ? {
+    #  'squeeze' => 'rxvt-unicode',
+    #  default   => 'rxvt-unicode-256color',
+    #}
   }
 }