diff options
author | mh <mh@immerda.ch> | 2014-04-18 11:10:16 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2014-04-18 11:10:16 +0200 |
commit | 5228a3d6bd2fce2e56bea538bd9c29641cf22474 (patch) | |
tree | 892e962bbd36915248545bf122810b4c2aa936fe /templates/torrc.map_address.erb | |
parent | 0a7fa2d5ec783a0c72dc2484c0e5958ec281db1f (diff) | |
download | puppet-tor-5228a3d6bd2fce2e56bea538bd9c29641cf22474.tar.gz puppet-tor-5228a3d6bd2fce2e56bea538bd9c29641cf22474.tar.bz2 |
address puppet 3.x deprecation warnings
Diffstat (limited to 'templates/torrc.map_address.erb')
-rw-r--r-- | templates/torrc.map_address.erb | 4 |
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 %> |