Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-08 | Factor out Polipo into base and Debian -specific classes. | intrigeri | |
2012-06-08 | Decouple torsocks into its own class. | intrigeri | |
immerda's big decoupling commit (8f1d1c4) is too hard to apply in one shot in the current state of the shared branch, so let's pick bits of it one after the other. | |||
2012-04-26 | Merge branch 'bugfix/outbound_bindaddresses-default' | 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-04-11 | enable service on boot | mh | |
Conflicts: manifests/init.pp | |||
2012-04-11 | this file should be deployed after the package have been installed, as it ↵ | mh | |
replaces the file from the cronjob Conflicts: manifests/init.pp | |||
2012-04-11 | Don't manage /etc/polipo: it's shipped by the polipo package. | intrigeri | |
2012-04-11 | Do not ensure the privoxy package is uninstalled. | mh | |
this should be done in a seperate module and is not really needed here Conflicts: manifests/init.pp | |||
2012-03-14 | Merge remote-tracking branch 'riseup/master' | intrigeri | |
2012-03-14 | fix torc.relay.erb outboundaddress/outboundaddresses confusion | Micah Anderson | |
2012-03-14 | fix duplicate definition of torssocks | Micah Anderson | |
2012-03-14 | outbound_bindaddress should be outbound_bindaddresses and ↵ | Micah Anderson | |
$outbound_bindaddresses = $listen_addresses | |||
2012-03-14 | enable different version ensure for torssocks, it doesn't share the same ↵ | Micah Anderson | |
version number as tor and tor-geoipdb, so if you set $tor_ensure_version, you will have an error with torsocks | |||
2012-03-14 | fix package name for tor-geoipdb | Micah Anderson | |
2012-03-14 | add missing munin plugins that should have been added when the munin.pp was ↵ | Micah Anderson | |
created | |||
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-03-14 | Remove useless import (closes Redmine #3855). | intrigeri | |
2012-03-14 | switch legacy puppet://$server to puppet:/// | Micah Anderson | |
2012-03-14 | make sure that the control port's hashed password is not empty | Micah Anderson | |
2012-03-14 | minor formatting standardizing | Micah Anderson | |
2012-03-14 | add tor-geoip package to be installed as its useful for most all ↵ | Micah Anderson | |
installations (#3854) | |||
2012-03-11 | add variable $tor_ensure_version which allows you to specify a different ↵ | Micah Anderson | |
installed version | |||
2012-03-11 | add $use_munin parameter that will enable graphs | Micah Anderson | |
2012-03-11 | add additional service params to the tor service, this allows for a more ↵ | Micah Anderson | |
graceful reload action to happen on config file change, rather than the restart | |||
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-26 | Make the relay address configurable. | intrigeri | |
2012-01-26 | Use /bin/sh as a shell for the debian-tor user. | intrigeri | |
The Debian package ships like this, and unless we have a pretty good reason to diverge, we'd better make sure we don't blindly break things. | |||
2012-01-26 | Replace puppet://$server/... with puppet:///... | intrigeri | |
Rationale: https://labs.riseup.net/code/issues/2460 | |||
2012-01-13 | Fixing dependency on tor service | Silvio Rhatto | |
2012-01-11 | removing blank lines in templates | drebs | |
2012-01-11 | service subscribes to config file | drebs | |
2012-01-11 | using concatenated_file_part | drebs | |
2012-01-11 | Merge branch 'master' of ssh://git.sarava.org/puppet-tor | drebs | |
2012-01-11 | socks is always present | drebs | |
2012-01-11 | changing data dir mode | drebs | |
2012-01-11 | adding htm page | drebs | |
2012-01-11 | fixing parameter path | drebs | |
2012-01-11 | fixing parameter path | drebs | |
2012-01-11 | fixing parameter path | drebs | |
2012-01-11 | fixing parameter path | drebs | |
2012-01-11 | fixing parameter path | drebs | |
2012-01-11 | fixing parameter path | drebs | |
2012-01-11 | fixing parameter path | 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 | typ0 | drebs | |
2012-01-11 | fixing parameter name | drebs | |