]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding some perl dependencies at utils::network::irssi (2)
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Jun 2012 02:44:01 +0000 (23:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Jun 2012 02:44:01 +0000 (23:44 -0300)
manifests/subsystems/utils/network.pp

index 038bb53fe0f16f37caf712aac343cf7c79e87674..f2bccc064a99912524834808d6edf5b9be31482e 100644 (file)
@@ -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,
   }