summaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
AgeCommit message (Collapse)Author
2012-04-26Fix 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-14outbound_bindaddress should be outbound_bindaddresses and ↵Micah Anderson
$outbound_bindaddresses = $listen_addresses
2012-03-14add ExitPolicyRejectPrivate option to exit_policy defineMicah Anderson
2012-03-14add OutboundBindAddress, default set to $listen_addressMicah Anderson
2012-03-14make sure that the control port's hashed password is not emptyMicah Anderson
2012-03-14minor formatting standardizingMicah Anderson
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-11adding missing commadrebs
2012-01-11many small fixesdrebs
2012-01-11parts of configuration are independentdrebs
2012-01-10splitting config in many templatesdrebs
2012-01-08Renaming polipo to tor::polipo class and sorting out definesSilvio Rhatto
2012-01-08adding service notificationdrebs
2012-01-08fixing relay optionsdrebs
2012-01-08typ0drebs
2012-01-08typ0drebs
2012-01-08completing default relay configdrebs
2012-01-07splitting difinitions in many filesdrebs