aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-06-02 15:51:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-06-02 15:51:03 -0300
commitfcff5ce7e71d0ec218e86ff9a84d31f97517c2a8 (patch)
tree54408ae4c97fec9cd525f9366331cdd27b77147d /manifests/utils
parent4dca0004918289adcf75263b30907befa67250a6 (diff)
downloadpuppet-nodo-fcff5ce7e71d0ec218e86ff9a84d31f97517c2a8.tar.gz
puppet-nodo-fcff5ce7e71d0ec218e86ff9a84d31f97517c2a8.tar.bz2
Adds rhash into nodo::utils::network::torrent
Diffstat (limited to 'manifests/utils')
-rw-r--r--manifests/utils/network/torrent.pp1
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,
}