From: Silvio Rhatto Date: Thu, 21 Jun 2012 02:44:01 +0000 (-0300) Subject: Adding some perl dependencies at utils::network::irssi (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=80889f930e00a3d13437d6449df9a173c0fe227c;p=puppet-nodo.git Adding some perl dependencies at utils::network::irssi (2) --- diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp index 038bb53..f2bccc0 100644 --- a/manifests/subsystems/utils/network.pp +++ b/manifests/subsystems/utils/network.pp @@ -3,6 +3,7 @@ class utils::network::irssi { ensure => installed, } + # These are needed by the cap_sasl.pl irssi plugin package { [ 'libcrypt-blowfish-perl', 'libcrypt-dh-perl', 'libcrypt-openssl-bignum-perl' ]: ensure => installed, }