aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-20 23:44:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-20 23:44:01 -0300
commit80889f930e00a3d13437d6449df9a173c0fe227c (patch)
treeb986626004fcf3ac1ed69a89b61efc7bb629bdf7 /manifests/subsystems/utils
parent75f4fbcf382ab4777a7e44cd8a4d736d6741ffc9 (diff)
downloadpuppet-nodo-80889f930e00a3d13437d6449df9a173c0fe227c.tar.gz
puppet-nodo-80889f930e00a3d13437d6449df9a173c0fe227c.tar.bz2
Adding some perl dependencies at utils::network::irssi (2)
Diffstat (limited to 'manifests/subsystems/utils')
-rw-r--r--manifests/subsystems/utils/network.pp1
1 files changed, 1 insertions, 0 deletions
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,
}