aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2016-03-11Fix deprecated variable referencesMicah Anderson
2014-06-13fix variablemh
2014-06-13Merge remote-tracking branch 'github/master'mh
Conflicts: templates/torrc.global.erb
2014-04-18address puppet 3.x deprecation warningsmh
2014-03-20Add safe_logging parameter.amontero-referup
2013-07-22Merge pull request #9 from pataquets/remove-unneeded-default-valuesduritong
Don't add config entries to torrc if value is default
2013-07-15Fix ExitPolicyRejectPrivate not being omitted if set to 1. ( ↵amontero
duritong/puppet-tor#5 )
2013-07-02Don't add config entries to torrc if value is default. ( duritong/puppet-tor#5 )amontero
2013-06-28Add PortForwarding to allow UPnP firewall pf configuration.amontero
2013-01-25Another variable scope fixSilvio Rhatto
2013-01-25Fixing variable scope assingmentSilvio Rhatto
2013-01-25Fixing scope lookup at global templateSilvio Rhatto
2012-08-04Merge remote-tracking branch 'shared/master'intrigeri
Conflicts: manifests/daemon.pp
2012-08-04Merge remote-tracking branch 'riseup/master' into shared-masterintrigeri
2012-08-03fix template syntax errorMicah Anderson
2012-08-03add $cookie_authentication, $cookie_auth_file and ↵Micah Anderson
$cookie_auth_file_group_readable variables
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-07-07Adding support for MapAddress tor optionSilvio Rhatto
2012-06-19Add support for AutomapHostsOnResolve.intrigeri
2012-06-19Add support for using bridges.intrigeri
2012-06-19Add support for TransPort and TransListenAddress.intrigeri
2012-06-19Add support for DNSPort and DNSListenAddress.intrigeri
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-14fix torc.relay.erb outboundaddress/outboundaddresses confusionMicah Anderson
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-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-11removing blank lines in templatesdrebs
2012-01-11fixing parameter pathdrebs
2012-01-11fixing parameter pathdrebs
2012-01-11fixing parameter namedrebs
2012-01-11fixing parameter namedrebs
2012-01-11fixing parameter namedrebs
2012-01-11many small fixesdrebs
2012-01-11parts of configuration are independentdrebs
2012-01-10splitting config in many templatesdrebs
2012-01-08fixing address variabledrebs
2012-01-08fixing template and dependenciesdrebs
2012-01-08fixing relay optionsdrebs
2012-01-08typ0drebs
2012-01-08typ0drebs
2012-01-08typ0drebs
2012-01-08fixing conditionaldrebs
2012-01-07splitting difinitions in many filesdrebs
2012-01-07torrc is generated by a definitiondrebs
2012-01-06adding config files for normal and bridge relaysdrebs