aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: c6e4e04c2ebf7b58d87434c8c3c51dfa50e5aa51 (plain)
1
2
3
4
5
6
7
# manage a basic tor installation
class tor (
  $ensure_version = 'installed',
){

  include tor::base
}