summaryrefslogtreecommitdiff
path: root/puppet/modules/site_tor/manifests/disable_exit.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_tor/manifests/disable_exit.pp')
-rw-r--r--puppet/modules/site_tor/manifests/disable_exit.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/site_tor/manifests/disable_exit.pp b/puppet/modules/site_tor/manifests/disable_exit.pp
new file mode 100644
index 00000000..73016646
--- /dev/null
+++ b/puppet/modules/site_tor/manifests/disable_exit.pp
@@ -0,0 +1,7 @@
+class site_tor::disable_exit {
+ tor::daemon::exit_policy {
+ 'no_exit_at_all':
+ reject => '*:*';
+ }
+}
+