aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/network.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/utils/network.pp')
-rw-r--r--manifests/subsystems/utils/network.pp6
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' ]: