summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: 9c19c648adca5bbc398e4c428ce59af9e15c2013 (plain)
1
2
3
4
5
6
# manage a basic tor installation
class tor (
  $ensure_version = 'installed'
){
  include tor::base
}