summaryrefslogtreecommitdiff
path: root/puppet/modules/site_tor/manifests/exit_policy.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-02-07 11:48:29 +0100
committervarac <varacanero@zeromail.org>2013-02-07 11:48:49 +0100
commit08720568f7c00373560379e44695b881fff18af1 (patch)
tree74255aaf4f526482440f4c2c3ec550eaae266f70 /puppet/modules/site_tor/manifests/exit_policy.pp
parentc82b7c8a74ea0154ece5686eac43cab90af77b96 (diff)
working tor relay
Diffstat (limited to 'puppet/modules/site_tor/manifests/exit_policy.pp')
-rw-r--r--puppet/modules/site_tor/manifests/exit_policy.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/puppet/modules/site_tor/manifests/exit_policy.pp b/puppet/modules/site_tor/manifests/exit_policy.pp
deleted file mode 100644
index f2d2d38f..00000000
--- a/puppet/modules/site_tor/manifests/exit_policy.pp
+++ /dev/null
@@ -1,8 +0,0 @@
-class site_tor::exit_policy {
- # exaple policy to allow ssh
- tor::daemon::exit_policy { 'ssh_exit_policy':
- accept => '*:22',
- reject => '*:*';
- }
-}
-