summaryrefslogtreecommitdiff
path: root/manifests/polipo.pp
blob: 73dc22620d7a791d46edaa2d3326670cddb7a66d (plain)
1
2
3
4
5
6
7
8
9
# manage the polipo proxy service
class tor::polipo {
  include ::tor

  case $::operatingsystem {
    'debian': { include tor::polipo::debian }
    default:  { include tor::polipo::base   }
  }
}