summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-12Merge branch 'v3hs' into 'master'Louis-Philippe Véronneau
add v3 hidden service support See merge request shared-puppet-modules-group/tor!16
2018-01-12add v3 hidden service supportMicah Anderson
2017-11-01document the new transport plugin mechanismLouis-Philippe Véronneau
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-01follow puppet syntax guide (and make the CI shutup)Louis-Philippe Véronneau
2017-11-01templates are ERB files, not PPLouis-Philippe Véronneau
2017-11-01'[]' is not a proper default for AccountingStart, use tor's default insteadLouis-Philippe Véronneau
2017-11-01Merge branch 'add-ci' into 'master'Micah
Add a CI infra See merge request shared-puppet-modules-group/tor!13
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-11-01Merge branch 'update-concat-version' into 'master'Micah
Update concat version See merge request shared-puppet-modules-group/tor!11
2017-11-01Merge branch 'obfs4' into 'master'Micah
Add support for Server Transport Plugins (like obsf4proxy) See merge request shared-puppet-modules-group/tor!15
2017-11-01Merge branch 'fix-readme' into 'master'Micah
make the README better See merge request shared-puppet-modules-group/tor!10
2017-10-25fix syntax error in transport_plugin templateLouis-Philippe Véronneau
2017-10-25remove the port check, since we can't access a variable in another define ↵Louis-Philippe Véronneau
without creating a fact
2017-10-18add support for Server Transport PluginsLouis-Philippe Véronneau
2017-10-11a few markdown fixesLouis-Philippe Véronneau
2017-10-11markdownify the READMELouis-Philippe Véronneau
2017-10-11replace the shared concat module (deprecated) by the puppetlabs oneLouis-Philippe Véronneau
2017-10-11fix semantic_puppet gem name in GemfileLouis-Philippe Véronneau
2017-10-11replace the apt deps in the CI by the tor onesLouis-Philippe Véronneau
2017-10-11remove apt-specific testsLouis-Philippe Véronneau
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-10-11puppet 4 needs arrays in templates to be marked as suchLouis-Philippe Véronneau
2017-10-05concat::fragment does not have an 'ensure' var anymoreLouis-Philippe Véronneau
2017-10-05listen_addresses is an arrayLouis-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