From 328f4d0dc3ca258a1b605b75fa9f285d34bc47d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Fri, 2 Feb 2018 13:45:52 -0500 Subject: [lint] single quotes should be used when no vars are present in a string --- 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 fa908f5..9ba2323 100644 --- a/manifests/daemon/relay.pp +++ b/manifests/daemon/relay.pp @@ -13,7 +13,7 @@ define tor::daemon::relay( $relay_bandwidth_burst = 0, # GB, 0 for no limit $accounting_max = 0, - $accounting_start = "month 1 0:00", + $accounting_start = 'month 1 0:00', $contact_info = '', # TODO: autofill with other relays $my_family = '', -- cgit v1.2.3