]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Commenting out irssi-plugin-otr definition
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 12 Apr 2013 15:05:31 +0000 (12:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 12 Apr 2013 15:05:31 +0000 (12:05 -0300)
manifests/subsystems/utils/network.pp

index 382415c39e02c6a56a25e2cd2e17b7b8387221e4..9c603411bf151c8e46c2c7c42076f96fcd3bcfd0 100644 (file)
@@ -4,9 +4,9 @@ class utils::network::irssi {
   }
 
   # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695150
-  package { 'irssi-plugin-otr':
-    ensure => undef,
-  }
+  #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' ]: