From 47342c072a8d39d8680b7a9b60ffc5ff674840a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Wed, 18 Oct 2017 14:01:32 -0400 Subject: '[]' is not a proper default for AccountingStart, use tor's default instead --- manifests/daemon/relay.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '', -- cgit v1.2.3