Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-11 | Fix deprecated variable references | Micah Anderson | |
2014-04-18 | address puppet 3.x deprecation warnings | mh | |
2013-06-28 | Add PortForwarding to allow UPnP firewall pf configuration. | amontero | |
2012-08-04 | Merge remote-tracking branch 'shared/master' | intrigeri | |
Conflicts: manifests/daemon.pp | |||
2012-07-30 | switch bandwidth_rate and bandwidth_burst to be relay_bandwidth_rate and | Micah Anderson | |
relay_bandwidth_burst so we can use those variables for their proper tor configuration variables | |||
2012-04-26 | Fix the relay define's outbound_bindaddresses default value setting. | intrigeri | |
Apparently, we have no guarantee $outbound_bindaddresses's value is set *after* $listen_addresses is, so (at least on my setup) it ends up being undef, and then the template parsing fails: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template tor/torrc.relay.erb: undefined method `each' for :undef:Symbol at /etc/puppet/modules/tor/manifests/daemon.pp:117 So, let's set $real_outbound_bindaddresses to $listen_addresses in the define body, as needed. | |||
2012-03-14 | fix torc.relay.erb outboundaddress/outboundaddresses confusion | Micah Anderson | |
2012-03-14 | outbound_bindaddress should be outbound_bindaddresses and ↵ | Micah Anderson | |
$outbound_bindaddresses = $listen_addresses | |||
2012-03-14 | add OutboundBindAddress, default set to $listen_address | Micah Anderson | |
2012-01-11 | removing blank lines in templates | drebs | |
2012-01-11 | fixing parameter name | drebs | |
2012-01-11 | many small fixes | drebs | |
2012-01-11 | parts of configuration are independent | drebs | |
2012-01-10 | splitting config in many templates | drebs | |