summaryrefslogtreecommitdiff
path: root/manifests/compact.pp
blob: 56e74cc3bef5a6406f68913aae34c0a720c18eb8 (plain)
1
2
3
4
5
6
# manage a complete tor
# installation with all the basics
class tor::compact {
  include ::tor
  include tor::torsocks
}