summaryrefslogtreecommitdiff
path: root/manifests/torsocks.pp
blob: 7bb51ee0081dbc9c00fc9164da5c03f6a9427cfb (plain)
1
2
3
4
5
6
7
class tor::torsocks {
  if !$torsocks_ensure_version { $torsocks_ensure_version = 'installed' }
  include ::tor
  package{'torsocks':
    ensure => $torsocks_ensure_version,
  }
}