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.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/utils/network/torrent.pp b/manifests/utils/network/torrent.pp
index 154b24c..027e2b8 100644
--- a/manifests/utils/network/torrent.pp
+++ b/manifests/utils/network/torrent.pp
@@ -1,5 +1,7 @@
class nodo::utils::network::torrent {
- package { [ 'rtorrent' ]:
+ package { [
+ 'rtorrent',
+ ]:
ensure => installed,
}
}