diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-06-02 15:51:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-06-02 15:51:03 -0300 |
commit | fcff5ce7e71d0ec218e86ff9a84d31f97517c2a8 (patch) | |
tree | 54408ae4c97fec9cd525f9366331cdd27b77147d | |
parent | 4dca0004918289adcf75263b30907befa67250a6 (diff) | |
download | puppet-nodo-fcff5ce7e71d0ec218e86ff9a84d31f97517c2a8.tar.gz puppet-nodo-fcff5ce7e71d0ec218e86ff9a84d31f97517c2a8.tar.bz2 |
Adds rhash into nodo::utils::network::torrent
-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, } |