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

index 1665544c7245b209817df8e7141773b16cf959a6..038bb53fe0f16f37caf712aac343cf7c79e87674 100644 (file)
@@ -2,6 +2,10 @@ class utils::network::irssi {
   package { [ 'irssi', 'bitlbee', 'irssi-plugin-silc', 'irssi-scripts', 'irssi-plugin-otr' ]:
     ensure => installed,
   }
+
+  package { [ 'libcrypt-blowfish-perl', 'libcrypt-dh-perl', 'libcrypt-openssl-bignum-perl' ]:
+    ensure => installed,
+  }
 }
 
 class utils::network::torrent {