summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2018-02-13reduce output of empty linesmh
2018-02-13Merge remote-tracking branch 'shared/master'mh
2018-01-12add v3 hidden service supportMicah Anderson
2017-11-01remove missing end in modified templateLouis-Philippe Véronneau
2017-11-01*ListenAddress (OR, DNS, Trans, etc.) are deprecated since 0.2.3.x-alphaLouis-Philippe Véronneau
2017-11-01templates are ERB files, not PPLouis-Philippe Véronneau
2017-11-01Merge branch 'puppet4-fixes' into 'master'Micah
puppet 4 needs arrays in templates to be marked as such See merge request shared-puppet-modules-group/tor!12
2017-10-25fix syntax error in transport_plugin templateLouis-Philippe Véronneau
2017-10-18add support for Server Transport PluginsLouis-Philippe Véronneau
2017-10-11puppet 4 needs arrays in templates to be marked as suchLouis-Philippe Véronneau
2017-08-30cleanup template mess that produces invalid templatemh
2017-01-23Merge remote-tracking branch 'origin' into riseupMicah Anderson
2016-12-22Tor's missing config for single hopguido
2016-12-21support for single_hop onion services addedguido
2016-11-05correct identationmh
2016-11-04store key & hostnamemh
2016-11-03Update template to really honor tor::daemon's safe_logging parameter.intrigeri
Without this change, using tor::daemon with the default safe_logging parameter results in a "SafeLogging 1" line being added to torrc, which is obviously not the intent of this piece of code. Also, this change makes parameters lookup consistent with how it's done everywhere else in this ERB template.
2016-11-01make it possible to also add pregenerated private keys for onion services or ↵mh
even let them pregenerate on the fly
2016-11-01add support for onionbalancemh
2016-08-16Variable access via 'port' is deprecated.Micah Anderson
Use '@port' instead, in template[/srv/leap/puppet/modules/tor/templates/torrc.directory.erb]:2
2016-03-11Fix deprecated variable referencesMicah Anderson
2015-03-15make it simpler to define portsmh
if we have only one port directly map it to the same port on the localhost.
2015-03-15make sure it's an arraymh
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