Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-13 | fix variable | mh | |
2014-06-13 | Merge remote-tracking branch 'github/master' | mh | |
Conflicts: templates/torrc.global.erb | |||
2014-04-18 | address puppet 3.x deprecation warnings | mh | |
2014-03-20 | Add safe_logging parameter. | amontero-referup | |
2013-07-22 | Merge pull request #9 from pataquets/remove-unneeded-default-values | duritong | |
Don't add config entries to torrc if value is default | |||
2013-07-15 | Fix ExitPolicyRejectPrivate not being omitted if set to 1. ( ↵ | amontero | |
duritong/puppet-tor#5 ) | |||
2013-07-02 | Don't add config entries to torrc if value is default. ( duritong/puppet-tor#5 ) | amontero | |
2013-06-28 | Add PortForwarding to allow UPnP firewall pf configuration. | amontero | |
2013-01-25 | Another variable scope fix | Silvio Rhatto | |
2013-01-25 | Fixing variable scope assingment | Silvio Rhatto | |
2013-01-25 | Fixing scope lookup at global template | Silvio Rhatto | |
2012-08-04 | Merge remote-tracking branch 'shared/master' | intrigeri | |
Conflicts: manifests/daemon.pp | |||
2012-08-04 | Merge remote-tracking branch 'riseup/master' into shared-master | intrigeri | |
2012-08-03 | fix template syntax error | Micah Anderson | |
2012-08-03 | add $cookie_authentication, $cookie_auth_file and ↵ | Micah Anderson | |
$cookie_auth_file_group_readable variables | |||
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-07-07 | Adding support for MapAddress tor option | Silvio Rhatto | |
2012-06-19 | Add support for AutomapHostsOnResolve. | intrigeri | |
2012-06-19 | Add support for using bridges. | intrigeri | |
2012-06-19 | Add support for TransPort and TransListenAddress. | intrigeri | |
2012-06-19 | Add support for DNSPort and DNSListenAddress. | intrigeri | |
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 ExitPolicyRejectPrivate option to exit_policy define | Micah Anderson | |
2012-03-14 | add OutboundBindAddress, default set to $listen_address | Micah Anderson | |
2012-01-27 | Use data_dir variable instead of hard-coded path. | intrigeri | |
2012-01-26 | Use /var/lib/tor as the default Tor data directory. | intrigeri | |
This is the default upstream and Debian one, and I don't see why we would want to diverge. | |||
2012-01-11 | removing blank lines in templates | drebs | |
2012-01-11 | fixing parameter path | drebs | |
2012-01-11 | fixing parameter path | drebs | |
2012-01-11 | fixing parameter name | drebs | |
2012-01-11 | fixing parameter name | 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 | |
2012-01-08 | fixing address variable | drebs | |
2012-01-08 | fixing template and dependencies | drebs | |
2012-01-08 | fixing relay options | drebs | |
2012-01-08 | typ0 | drebs | |
2012-01-08 | typ0 | drebs | |
2012-01-08 | typ0 | drebs | |
2012-01-08 | fixing conditional | drebs | |
2012-01-07 | splitting difinitions in many files | drebs | |
2012-01-07 | torrc is generated by a definition | drebs | |
2012-01-06 | adding config files for normal and bridge relays | drebs | |