summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-25 15:58:32 -0400
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-25 15:58:32 -0400
commit2785024a9b2bb49847d8cc77e0691b70cbb3fd5c (patch)
treec547943c6d900a9e5f696b65736b8fcaca35deb8
parent354a87462f346ce6da31c52857f21a923d798445 (diff)
fix syntax error in transport_plugin template
-rw-r--r--templates/torrc.transport_plugin.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/torrc.transport_plugin.pp b/templates/torrc.transport_plugin.pp
index 6adf00e..d57f0e8 100644
--- a/templates/torrc.transport_plugin.pp
+++ b/templates/torrc.transport_plugin.pp
@@ -1,10 +1,13 @@
# transport plugin
<% if @servertransport_plugin != '' -%>
ServerTransportPlugin <%= @servertransport_plugin %>
+<% end -%>
<% if @servertransport_listenaddr != '' -%>
ServerTransportListenAddr <%= @servertransport_listenaddr %>
+<% end -%>
<% if @servertransport_options != '' -%>
ServerTransportOptions <%= @servertransport_options %>
+<% end -%>
<% if @ext_port != '' -%>
ExtORPort <%= @ext_port %>
<% end -%>