summaryrefslogtreecommitdiff
path: root/templates/torrc.directory.erb
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-11 15:35:21 -0400
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-11 15:35:21 -0400
commit26f56433a57aec688a18a964751cfe08b62d9bd8 (patch)
treee9963256735a2987e4055986c2cd03da56de68f8 /templates/torrc.directory.erb
parent5ef29012dccc90e68afc215be9521629a0903bc6 (diff)
puppet 4 needs arrays in templates to be marked as such
Diffstat (limited to 'templates/torrc.directory.erb')
-rw-r--r--templates/torrc.directory.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/torrc.directory.erb b/templates/torrc.directory.erb
index c7dc4ab..2eaffb7 100644
--- a/templates/torrc.directory.erb
+++ b/templates/torrc.directory.erb
@@ -2,7 +2,7 @@
<% if @port != '0' -%>
DirPort <%= @port %>
<% end -%>
-<% listen_addresses.each do |listen_address| -%>
+<% Array(listen_addresses).each do |listen_address| -%>
DirListenAddress <%= listen_address %>
<% end -%>
<% if @port_front_page != '' -%>