aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network/torrent.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/network/torrent.pp')
-rw-r--r--manifests/utils/network/torrent.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils/network/torrent.pp b/manifests/utils/network/torrent.pp
new file mode 100644
index 0000000..154b24c
--- /dev/null
+++ b/manifests/utils/network/torrent.pp
@@ -0,0 +1,5 @@
+class nodo::utils::network::torrent {
+ package { [ 'rtorrent' ]:
+ ensure => installed,
+ }
+}