]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Package 'irssi-plugin-otr' on wheezy-backports
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Oct 2013 14:37:37 +0000 (12:37 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Oct 2013 14:37:37 +0000 (12:37 -0200)
manifests/utils/network/irssi.pp

index eddb7cd3dace944d2db16a8690b0d4e72e7fc457..07d0d1330a3326a27fc77c3d481bb18f8e5a3b37 100644 (file)
@@ -8,10 +8,9 @@ class nodo::utils::network::irssi {
     ensure => present,
   }
 
-  # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695150
-  #package { 'irssi-plugin-otr':
-  #  ensure => installed,
-  #}
+  package { 'irssi-plugin-otr':
+    ensure => installed,
+  }
 
   # These are needed by the cap_sasl.pl irssi plugin
   package { [ 'libcrypt-blowfish-perl', 'libcrypt-dh-perl', 'libcrypt-openssl-bignum-perl' ]: