summaryrefslogtreecommitdiff
path: root/puppet/modules/site_tor/manifests/init.pp
blob: 356053c12fef7ad915c0e831705092d3241a923f (plain)
1
2
3
4
5
6
# generic configuration needed for tor
class site_tor {

  class { 'tor::daemon': ensure_version => latest }

}