From 53ad04ad00bf99dec7064ecc1e448215082368a2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 8 Apr 2013 23:10:13 -0300 Subject: Package 'irssi-plugin-otr' not available right now --- manifests/subsystems/utils/network.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3