Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-02 | manage a dedicated control port for munin | mh | |
2013-01-02 | refactor daemon and main class for better design | mh | |
By extracting the resources to their own class we can avoid a bug in puppet that makes it hard to deal with inherited parametrized classes. | |||
2013-01-02 | split out defines into their own files | mh | |
2013-01-02 | make it working on 2.6 - can't end with a , on 2.6 | mh | |
2013-01-02 | Linting. | intrigeri | |
2012-11-11 | Cleanup: remove now useless variable. | intrigeri | |
2012-11-11 | Specify file modes as single-quoted strings. | intrigeri | |
Puppet style guide "9.6. File Modes" reads: In addition, file modes should be specified as single-quoted strings instead of bare word numbers. | |||
2012-11-11 | Move ensure attributes to the first place. | intrigeri | |
Puppet style guide "9.3. Attribute Ordering" reads: If a resource declaration includes an ensure attribute, it should be the first attribute specified. | |||
2012-11-11 | Use the concat module instead of the obsolete concatenated_file define. | intrigeri | |
... and cleanup the now unused spool_dir. | |||
2012-11-11 | Give the debian-tor user /bin/false as a shell. | intrigeri | |
This is the Debian package default, and I've never seen the need to give it a real shell. | |||
2012-11-11 | Indentation fixes. | intrigeri | |
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-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 | 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 | 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-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 | 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-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-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 | 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 | |