From fcff5ce7e71d0ec218e86ff9a84d31f97517c2a8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 2 Jun 2019 15:51:03 -0300 Subject: Adds rhash into nodo::utils::network::torrent --- manifests/utils/network/torrent.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/utils/network/torrent.pp') diff --git a/manifests/utils/network/torrent.pp b/manifests/utils/network/torrent.pp index e6f6771..f802378 100644 --- a/manifests/utils/network/torrent.pp +++ b/manifests/utils/network/torrent.pp @@ -3,6 +3,7 @@ class nodo::utils::network::torrent ( ) { package { [ 'rtorrent', + 'rhash', ]: ensure => $ensure, } -- cgit v1.2.3