summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2012-07-30switch bandwidth_rate and bandwidth_burst to be relay_bandwidth_rate andMicah Anderson
relay_bandwidth_burst so we can use those variables for their proper tor configuration variables
2012-03-14Merge remote-tracking branch 'riseup/master'intrigeri
2012-03-14fix duplicate definition of torssocksMicah Anderson
2012-03-14outbound_bindaddress should be outbound_bindaddresses and ↵Micah Anderson
$outbound_bindaddresses = $listen_addresses
2012-03-14enable 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-14fix package name for tor-geoipdbMicah Anderson
2012-03-14add ExitPolicyRejectPrivate option to exit_policy defineMicah Anderson
2012-03-14add OutboundBindAddress, default set to $listen_addressMicah Anderson
2012-03-14Remove useless import (closes Redmine #3855).intrigeri
2012-03-14switch legacy puppet://$server to puppet:///Micah Anderson
2012-03-14make sure that the control port's hashed password is not emptyMicah Anderson
2012-03-14minor formatting standardizingMicah Anderson
2012-03-14add tor-geoip package to be installed as its useful for most all ↵Micah Anderson
installations (#3854)
2012-03-11add variable $tor_ensure_version which allows you to specify a different ↵Micah Anderson
installed version
2012-03-11add $use_munin parameter that will enable graphsMicah Anderson
2012-03-11add 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-27Use data_dir variable instead of hard-coded path.intrigeri
2012-01-26Use /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-26Make the relay address configurable.intrigeri
2012-01-26Use /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-26Replace puppet://$server/... with puppet:///...intrigeri
Rationale: https://labs.riseup.net/code/issues/2460
2012-01-13Fixing dependency on tor serviceSilvio Rhatto
2012-01-11service subscribes to config filedrebs
2012-01-11using concatenated_file_partdrebs
2012-01-11Merge branch 'master' of ssh://git.sarava.org/puppet-tordrebs
2012-01-11socks is always presentdrebs
2012-01-11changing data dir modedrebs
2012-01-11adding htm pagedrebs
2012-01-11fixing parameter pathdrebs
2012-01-11fixing parameter pathdrebs
2012-01-11fixing parameter pathdrebs
2012-01-11fixing parameter pathdrebs
2012-01-11fixing parameter pathdrebs
2012-01-11fixing parameter pathdrebs
2012-01-11fixing parameter pathdrebs
2012-01-11fixing parameter pathdrebs
2012-01-11typ0drebs
2012-01-11fixing parameter namedrebs
2012-01-11fixing parameter namedrebs
2012-01-11fixing data_dirdrebs
2012-01-11remving defines prefixdrebs
2012-01-11adding defines prefixdrebs
2012-01-11adding templates prefixdrebs
2012-01-11fixing file modesdrebs
2012-01-11removing old includesdrebs
2012-01-11adding missing commadrebs
2012-01-11many small fixesdrebs
2012-01-11parts of configuration are independentdrebs
2012-01-10splitting config in many templatesdrebs
2012-01-08Typ0Silvio Rhatto