summaryrefslogtreecommitdiff
path: root/templates/torrc.transparent.erb
diff options
context:
space:
mode:
authorMicah <micah@riseup.net>2017-11-01 16:29:24 +0000
committerMicah <micah@riseup.net>2017-11-01 16:29:24 +0000
commite70337a9a5ac51715e54420f335e2358eee5638e (patch)
tree826f82a0a13ff898f4f4767bf0975a7d6431cf15 /templates/torrc.transparent.erb
parent9e67096ad42d71545d5cae9ff4283c1f6d1bdfaf (diff)
parent26f56433a57aec688a18a964751cfe08b62d9bd8 (diff)
Merge branch 'puppet4-fixes' into 'master'
puppet 4 needs arrays in templates to be marked as such See merge request shared-puppet-modules-group/tor!12
Diffstat (limited to 'templates/torrc.transparent.erb')
-rw-r--r--templates/torrc.transparent.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/torrc.transparent.erb b/templates/torrc.transparent.erb
index c683150..19a40e1 100644
--- a/templates/torrc.transparent.erb
+++ b/templates/torrc.transparent.erb
@@ -1,5 +1,5 @@
# Transparent proxy
TransPort <%= @port %>
-<% @listen_addresses.each do |listen_address| -%>
+<% Array(@listen_addresses).each do |listen_address| -%>
TransListenAddress <%= listen_address %>
<% end -%>