aboutsummaryrefslogtreecommitdiff
path: root/manifests/polipo.pp
blob: 9a8fdb50e5c29c265ab449a2a75a0121a095138e (plain)
1
2
3
4
5
6
7
8
class tor::polipo {
  include ::tor

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