]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding rxvt-unicode-256color into utils::interface
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Jan 2013 17:14:42 +0000 (15:14 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Jan 2013 17:14:42 +0000 (15:14 -0200)
manifests/subsystems/utils/interface.pp

index bced6aaa499474a621c4747a2152149fc4e8c403..a065b6231f41b63bcb34872629f23cd1bc99d478 100644 (file)
@@ -12,4 +12,11 @@ class utils::interface {
   package { [ 'xfonts-terminus', 'ttf-bitstream-vera', 'ttf-inconsolata' ]:
     ensure => installed,
   }
+
+  package { 'rxvt-unicode-256color':
+    ensure => $lsbdistcodename ? {
+      'squeeze' => absent,
+      default   => installed,
+    }
+  }
 }