summaryrefslogtreecommitdiff
path: root/templates/torrc.map_address.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-04-18 11:10:16 +0200
committermh <mh@immerda.ch>2014-04-18 11:10:16 +0200
commit5228a3d6bd2fce2e56bea538bd9c29641cf22474 (patch)
tree892e962bbd36915248545bf122810b4c2aa936fe /templates/torrc.map_address.erb
parent0a7fa2d5ec783a0c72dc2484c0e5958ec281db1f (diff)
address puppet 3.x deprecation warnings
Diffstat (limited to 'templates/torrc.map_address.erb')
-rw-r--r--templates/torrc.map_address.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/torrc.map_address.erb b/templates/torrc.map_address.erb
index 3fb0274..ef4f268 100644
--- a/templates/torrc.map_address.erb
+++ b/templates/torrc.map_address.erb
@@ -1,3 +1,3 @@
-# map address <%= name %>
-MapAddress <%= address %> <%= newaddress %>
+# map address <%= @name %>
+MapAddress <%= @address %> <%= @newaddress %>