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