From: Silvio Rhatto Date: Tue, 9 Apr 2013 02:10:13 +0000 (-0300) Subject: Package 'irssi-plugin-otr' not available right now X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=53ad04ad00bf99dec7064ecc1e448215082368a2;p=puppet-nodo.git Package 'irssi-plugin-otr' not available right now --- diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp index f6b0a53..382415c 100644 --- a/manifests/subsystems/utils/network.pp +++ b/manifests/subsystems/utils/network.pp @@ -1,8 +1,13 @@ class utils::network::irssi { - package { [ 'irssi', 'bitlbee', 'irssi-scripts', 'irssi-plugin-otr' ]: + package { [ 'irssi', 'bitlbee', 'irssi-scripts' ]: ensure => installed, } + # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695150 + package { 'irssi-plugin-otr': + ensure => undef, + } + # These are needed by the cap_sasl.pl irssi plugin package { [ 'libcrypt-blowfish-perl', 'libcrypt-dh-perl', 'libcrypt-openssl-bignum-perl' ]: ensure => installed,