summaryrefslogtreecommitdiff
path: root/manifests/compact.pp
blob: e44ffedcc6e234f0c5747af5de5d3e743c8aaa44 (plain)
1
2
3
4
5
6
7
8
9
# manage a complete tor
# installation with all the basics
class tor::compact {
  include ::tor
  include tor::torsocks
  if $osfamily == 'Debian' {
    include tor::polipo
  }
}