]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds rhash into nodo::utils::network::torrent
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Jun 2019 18:51:03 +0000 (15:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Jun 2019 18:51:03 +0000 (15:51 -0300)
manifests/utils/network/torrent.pp

index e6f677168085eb3da4bd31605bf1b14fd7928548..f802378612f4904eed1136b26763abd1b9fe5413 100644 (file)
@@ -3,6 +3,7 @@ class nodo::utils::network::torrent (
 ) {
   package { [
     'rtorrent',
+    'rhash',
   ]:
     ensure => $ensure,
   }