summaryrefslogtreecommitdiff
path: root/manifests/compact.pp
blob: 901dd8b5202d49d686ce7aa4a432a7475e6b62a9 (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 $facts['osfamily'] == 'Debian' {
    include tor::polipo
  }
}