]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
Get a lost part of the fix for outbound_bindaddresses back.
authorintrigeri <intrigeri@boum.org>
Sun, 11 Nov 2012 19:57:33 +0000 (20:57 +0100)
committerintrigeri <intrigeri@boum.org>
Sun, 11 Nov 2012 19:57:33 +0000 (20:57 +0100)
The fix was implemented in 8e0dbb0, but apparently I've managed to lose it as
part of one of the numerous merge conflicts I've dealt with when merging
everyone's branch.

manifests/daemon.pp

index 9351b3c02c6535be5ee9f830a1ae775e14971ba4..28d257df5999ca16970851b8669dc52a7980a0b6 100644 (file)
@@ -99,7 +99,7 @@ class tor::daemon (
   # relay definition
   define relay( $port                    = 0,
                 $listen_addresses        = [],
-                $outbound_bindaddresses  = $listen_addresses,
+                $outbound_bindaddresses  = [],
                 $bandwidth_rate          = '',    # KB/s, defaulting to using tor's default: 5120KB/s
                 $bandwidth_burst         = '',    # KB/s, defaulting to using tor's default: 10240KB/s
                 $relay_bandwidth_rate    = 0,     # KB/s, 0 for no limit.