aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network/torrent.pp
blob: 027e2b84635cdf3bc6520b0f0b62b35e81d8489d (plain)
1
2
3
4
5
6
7
class nodo::utils::network::torrent {
  package { [
    'rtorrent',
  ]:
    ensure => installed,
  }
}