diff options
-rw-r--r-- | manifests/utils/network/torrent.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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, } |