Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-11 | Indentation fixes. | intrigeri | |
2012-11-11 | Align all fat arrows in resource’s attribute/value list. | intrigeri | |
Puppet style guide "9.2. Arrow Alignment" reads: "All of the fat comma arrows (=>) in a resource’s attribute/value list should be aligned. The arrows should be placed one space ahead of the longest attribute name." | |||
2012-11-11 | Quote and enclose in braces variables in strings. | intrigeri | |
Puppet style guide "8. Quoting" reads: "Double quotes should be used when variable interpolation is required. [...] All variables should be enclosed in braces when interpolated in a string." | |||
2012-11-11 | Use single-quotes for strings that do not contain variables. | intrigeri | |
Puppet style guide, section "8. Quoting", reads: "All strings that do not contain variables should be enclosed in single quotes." | |||
2012-11-11 | Get a lost part of the fix for outbound_bindaddresses back. | intrigeri | |
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. | |||
2012-11-11 | Migrate to parameterized classes, drop global variables. | intrigeri | |
2012-11-09 | Remove useless comment. | intrigeri | |
2012-11-09 | Merge remote-tracking branch 'immerda/master' | intrigeri | |
Conflicts: manifests/init.pp manifests/polipo.pp manifests/polipo/base.pp manifests/torsocks.pp | |||
2012-08-29 | Add support for including arbitrary snippet into torrc. | intrigeri | |
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-08-03 | change location of control port in munin graphs, now that | Micah Anderson | |
/usr/share/tor/tor-service-defaults-torrc exists and contains: CookieAuthentication 1 CookieAuthFileGroupReadable 1 CookieAuthFile /var/run/tor/control.authcookie | |||
2012-07-30 | add README, including information about the transition information regarding ↵ | Micah Anderson | |
the bandwidth parameters | |||
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 | Remove trailing whitespace from newly added lines. | intrigeri | |
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-06-08 | The torsocks package does not need the Tor data directory. | intrigeri | |
2012-06-08 | add a compact class | mh | |
mainly to give a way to have the old behavior | |||
2012-06-08 | Move Polipo configuration files to a dedicated directory. | intrigeri | |
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-06-05 | new style for 2.7 | mh | |
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 | |