summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-02-02 13:45:52 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-02-02 13:45:52 -0500
commit328f4d0dc3ca258a1b605b75fa9f285d34bc47d8 (patch)
tree9bca7f40b93a1cff4580fe494ddf8aa9cccd19ec
parent48132d55bba99a4356d91ad13d8639755d9f9401 (diff)
[lint] single quotes should be used when no vars are present in a string
-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 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 = '',