aboutsummaryrefslogtreecommitdiff
path: root/manifests/relay.pp
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2012-01-11 01:10:36 -0200
committerdrebs <drebs@riseup.net>2012-01-11 01:10:36 -0200
commitde068866889976b7f30391c5fb794cda53544c67 (patch)
tree3403d283fcbce8ce47715382d837c8e3df37ebb6 /manifests/relay.pp
parent6e49deaaf26b693ca3538b0239ba7f998d81ef37 (diff)
downloadpuppet-tor-de068866889976b7f30391c5fb794cda53544c67.tar.gz
puppet-tor-de068866889976b7f30391c5fb794cda53544c67.tar.bz2
parts of configuration are independent
Diffstat (limited to 'manifests/relay.pp')
-rw-r--r--manifests/relay.pp23
1 files changed, 0 insertions, 23 deletions
diff --git a/manifests/relay.pp b/manifests/relay.pp
deleted file mode 100644
index 5d3beb7..0000000
--- a/manifests/relay.pp
+++ /dev/null
@@ -1,23 +0,0 @@
-class tor::relay inherits tor::daemon {
-
- tor::daemon::config { "tor-relay":
- socks_port => 0,
- socks_listen_addresses => [],
- socks_policies => [],
- or_port => 9001,
- or_listen_address => '',
- nickname => '',
- address => '',
- relay_bandwidth_rate => 50,
- relay_bandwidth_burst => 50,
- accounting_max => 0,
- accounting_start => [],
- contact_info => '',
- dir_port => 0,
- dir_listen_address => '',
- dir_port_front_page => '',
- my_family => '',
- exit_policies => [ 'reject *:*' ],
- }
-
-}