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

index bbfdbb95761abdb315e5c119d4399760ed86f0c2..eddb7cd3dace944d2db16a8690b0d4e72e7fc457 100644 (file)
@@ -4,7 +4,7 @@ class nodo::utils::network::irssi {
   }
 
   # Needed by TTYtter, so might be moved to a specific class
-  package { 'libterm-readline-perl-perl':
+  package { 'libterm-readline-gnu-perl':
     ensure => present,
   }