diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-24 15:49:04 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-24 15:49:04 -0400 |
commit | 5b8492c2709dde3400e39f7262fe2d5ad5c3d617 (patch) | |
tree | 67494350748e3b75bf4c8f99c03a040a63958a95 | |
parent | 4962313db98dbe14293ce219539fae1aceab007e (diff) | |
download | puppet-tor-5b8492c2709dde3400e39f7262fe2d5ad5c3d617.tar.gz puppet-tor-5b8492c2709dde3400e39f7262fe2d5ad5c3d617.tar.bz2 |
add upgrade notice to the README to detail the outbound_bindaddress change
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ policies, etc. ! Upgrade Notice ! + previously, if you did not set the $outbound_bindaddress variable, it was being + automatically set to the $listen_address variable. Now this is not being done + and instead you will need to set the $outbound_bindaddress explicitly for it to + be set. + the tor::relay{} variables $bandwidth_rate and $bandwidth_burst were previously used for the tor configuration variables RelayBandwidthRate and RelayBandwidthBurst, these have been renamed to $relay_bandwidth_rate and |