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