diff options
-rw-r--r-- | manifests/subsystems/utils/network.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp index 382415c..9c60341 100644 --- a/manifests/subsystems/utils/network.pp +++ b/manifests/subsystems/utils/network.pp @@ -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' ]: |