summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-07-28 17:33:20 -0700
committerMicah Anderson <micah@riseup.net>2017-07-28 17:33:20 -0700
commit98874b796f770d32cd3bea1756b106bd6ed08582 (patch)
treeaee8a0cac925bc86844a31ecdd398a9fcba4cf22
parent5ef29012dccc90e68afc215be9521629a0903bc6 (diff)
additional puppet4 variable fix
-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..23ed339 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| -%>
+<% @listen_addresses.each do |listen_address| -%>
DirListenAddress <%= listen_address %>
<% end -%>
<% if @port_front_page != '' -%>