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