summaryrefslogtreecommitdiff
path: root/manifests/daemon/relay.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2018-02-13 01:22:57 +0100
committermh <mh@immerda.ch>2018-02-13 01:22:57 +0100
commit24bd5ca46dc90c663f241933410d085fc1311fab (patch)
treef3498601b49fe453230c7a042edfd99b5c2f77f0 /manifests/daemon/relay.pp
parent1fcbe72115d57d53fced2777c8b54a4ee4ec17e9 (diff)
parent228ae4a53999dbc49fa7c4d2883468dde10f19fb (diff)
Merge remote-tracking branch 'shared/master'
Diffstat (limited to 'manifests/daemon/relay.pp')
-rw-r--r--manifests/daemon/relay.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/daemon/relay.pp b/manifests/daemon/relay.pp
index 68e06ca..bc72dd0 100644
--- a/manifests/daemon/relay.pp
+++ b/manifests/daemon/relay.pp
@@ -2,7 +2,6 @@
define tor::daemon::relay(
$ensure = 'present',
$port = 0,
- $listen_addresses = [],
$outbound_bindaddresses = [],
$portforwarding = 0,
# KB/s, defaulting to using tor's default: 5120KB/s
@@ -15,7 +14,7 @@ define tor::daemon::relay(
$relay_bandwidth_burst = 0,
# GB, 0 for no limit
$accounting_max = 0,
- $accounting_start = [],
+ $accounting_start = 'month 1 0:00',
$contact_info = '',
# TODO: autofill with other relays
$my_family = '',