summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-11add semantic puppet gem, as recommended by the error message on the CILouis-Philippe Véronneau
2017-10-11Puppet's version in Stretch is 4.8, not 4.5Louis-Philippe Véronneau
2017-10-11copy CI infra from the shared apt module as-isLouis-Philippe Véronneau
2017-02-10Merge branch 'master' into 'master' Micah
hidden services single hop mode support added See merge request !9
2017-02-10Merge branch 'support_concat_2.2.0' into 'master' Micah
Support concat 2.2.0 See merge request !6
2017-02-10removed spaces not neededguido
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-03Merge branch 'bugfix/honor_safe_logging' into 'master' LeLutin
Update template to really honor tor::daemon's safe_logging parameter. 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. See merge request !7
2016-11-03Merge branch 'bugfix/2-torsocks-doc' into 'master' LeLutin
Fix README wrt. usage of the tor::torsocks class (Closes: #2). See merge request !8
2016-11-03Fix README wrt. usage of the tor::torsocks class (Closes: #2).intrigeri
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-09-22Subscribe to the Concat resource, not to the File one.intrigeri
This is needed with recent versions of the concat module.
2016-09-22Drop owner, group and mode for concat::fragment.intrigeri
These parameters are not supported anymore in recent versions of the concat module. Besides, they make little sense since what matters is the ownership and permissions of the resulting, merged file.
2016-08-25Merge branch 'master' into 'master' Micah
Fix puppet lint issues See merge request !4
2016-08-25Fixes for puppet lintMicah Anderson
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-05-17Merge branch 'master' of gitlab.com:shared-puppet-modules-group/torvarac
2016-04-28[style] Quote numbers in resource parametersvarac
Puppet future parser won't allow unquoted numbers
2016-03-11Merge branch 'master' into 'master' Micah
Fix deprecated variable references See merge request !3
2016-03-11Fix deprecated variable referencesMicah Anderson
2015-10-09Merge branch 'bugfix/issue-1-unset_outbound_bindaddresses' into 'master' Micah
tor::daemon::relay: set $real_outbound_bindaddresses to [] when $outbound_bindad… …dresses is not explicitly set. Closes: #1 See merge request !2
2015-07-17tor::daemon::relay: set $real_outbound_bindaddresses to [] when ↵intrigeri
$outbound_bindaddresses is not explicitly set. Closes: #1
2015-03-27Merge branch 'improvements' into 'master'Micah
Improvements These are a bunch of improvements I got on my github profile in the past. Interested in merging them? Summary: * adds tor repo management * removes a workaround for a fixed bug * adds tor-arm support * support for safe logging * puppet 3 ready templates. It's merged on top of the current master. See merge request !1
2014-08-30bug is fixedmh
2014-06-13fix variablemh
2014-06-13Merge remote-tracking branch 'github/master'mh
Conflicts: templates/torrc.global.erb
2014-06-13Merge pull request #13 from pataquets/add-safe-loggingduritong
Add safe_logging parameter.
2014-04-18Merge remote-tracking branch 'shared/master'mh
2014-04-18Merge remote-tracking branch 'githubmirror/master'mh
2014-04-18address puppet 3.x deprecation warningsmh
2014-03-20Merge pull request #10 from pataquets/add-tor-repo-classduritong
Add tor::repo class with apt::source from torproject.org.
2014-03-20Add safe_logging parameter.amontero-referup
2014-03-17Improve tor::repo and add tor::repo::debian classes.amontero-referup
2014-03-14Merge pull request #11 from pataquets/add-arm-classduritong
Add tor::arm class.
2014-03-14Add tor::arm class.amontero-referup
2014-03-14Rename source name parameter.amontero-referup
2014-03-13Add tor::repo class with apt::source from torproject.org .amontero-referup
2014-03-12Merge pull request #1 from irregulator/bug/5241micah
DirPortFrontPage should serve the 'tor-exit-notice' static page
2014-03-12DirPortFrontPage should serve the 'tor-exit-notice' static pageirregulator
rather than tor's man page.
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-30Merge pull request #6 from pataquets/add-PortForwardingduritong
Add PortForwarding to allow UPnP firewall pf configuration.
2013-06-28Add PortForwarding to allow UPnP firewall pf configuration.amontero
2013-06-24Merge pull request #4 from micah/outbound_bindaddressesduritong
Outbound bindaddresses
2013-06-24add upgrade notice to the README to detail the outbound_bindaddress changeMicah Anderson
2013-04-28Empty template variable for OutboundBindAddress if parameter is an empty array.amontero
2013-01-25Another variable scope fixSilvio Rhatto