summaryrefslogtreecommitdiff
path: root/puppet/modules/site_tor/manifests/disable_exit.pp
blob: 078f80ae2d4654f5629fa4bd545baab02b3a3f0e (plain)
1
2
3
4
5
6
7
class site_tor::disable_exit {
  tor::daemon::exit_policy {
    'no_exit_at_all':
      reject => [ '*:*' ];
  }
}