summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-18 14:01:32 -0400
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-11-01 16:30:34 -0400
commit47342c072a8d39d8680b7a9b60ffc5ff674840a1 (patch)
treed21d7f15e1875dca7a7c867b83616c6e3ac505c6
parentf6ca8789413829dc7a8cdb4ed5daf9ccdaddfd9f (diff)
'[]' is not a proper default for AccountingStart, use tor's default instead
-rw-r--r--manifests/daemon/relay.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon/relay.pp b/manifests/daemon/relay.pp
index 115eb25..056bbf6 100644
--- a/manifests/daemon/relay.pp
+++ b/manifests/daemon/relay.pp
@@ -14,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 = '',