diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-12 12:05:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-12 12:05:31 -0300 |
commit | ec5c750d12bdc7948bb3c04f0c72817718a0bf47 (patch) | |
tree | 538dc9fd13afabc43a6bcdf6353c3a5baa6f3bde /manifests/subsystems/utils | |
parent | afe360a282aa2ad74ac69134c362e686fe6d313c (diff) | |
download | puppet-nodo-ec5c750d12bdc7948bb3c04f0c72817718a0bf47.tar.gz puppet-nodo-ec5c750d12bdc7948bb3c04f0c72817718a0bf47.tar.bz2 |
Commenting out irssi-plugin-otr definition
Diffstat (limited to 'manifests/subsystems/utils')
-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' ]: |