diff options
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils/network.pp | 7 |
1 files changed, 6 insertions, 1 deletions
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, |