]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding libterm-readline-perl-perl into nodo::utils::network::irssi
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Jun 2013 17:03:20 +0000 (14:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Jun 2013 17:03:20 +0000 (14:03 -0300)
manifests/utils/network/irssi.pp

index e476a0d61656fd2a60504598cdfc6998a28549ff..bbfdbb95761abdb315e5c119d4399760ed86f0c2 100644 (file)
@@ -3,6 +3,11 @@ class nodo::utils::network::irssi {
     ensure => installed,
   }
 
+  # Needed by TTYtter, so might be moved to a specific class
+  package { 'libterm-readline-perl-perl':
+    ensure => present,
+  }
+
   # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695150
   #package { 'irssi-plugin-otr':
   #  ensure => installed,