summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-11-01 16:33:03 -0400
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-11-01 16:33:03 -0400
commit4b234d7eb2c42f1c8c8e872e64c619f08bdaa304 (patch)
tree0294b9c77a9e42fa31315eb7f5c9a1611e9d4470
parent1e885d3d5987f4b4cec42e883db5b3f444350c1f (diff)
follow puppet syntax guide (and make the CI shutup)
-rw-r--r--manifests/daemon/transport_plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon/transport_plugin.pp b/manifests/daemon/transport_plugin.pp
index 7242e5e..1921282 100644
--- a/manifests/daemon/transport_plugin.pp
+++ b/manifests/daemon/transport_plugin.pp
@@ -5,7 +5,7 @@ define tor::daemon::transport_plugin(
$servertransport_options = '',
$ext_port = '' ) {
- concat::fragment { "11.transport_plugin":
+ concat::fragment { '11.transport_plugin':
content => template('tor/torrc.transport_plugin.erb'),
order => 11,
target => $tor::daemon::config_file,