]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Using 'rxvt-unicode-256color' on wheezy onwards
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Feb 2014 01:32:48 +0000 (22:32 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Feb 2014 01:32:48 +0000 (22:32 -0300)
manifests/utils/interface.pp

index 6c77af1e804e07122c11ff861e637ecda38e3cfe..77f2dc4b163764eeab501e7d6d781b0558ee59ea 100644 (file)
@@ -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&section=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',
+    }
   }
 }