summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-07Merge remote-tracking branch 'riseup/master'kwadronaut
2018-01-29Merge branch 'master' into riseupMicah Anderson
2018-01-12remove symbolic link since the Puppet Forge won't accept themLouis-Philippe Véronneau
2018-01-12Merge branch 'master' into 'master'Louis-Philippe Véronneau
add metadata.json file to publish the module on the forge See merge request shared-puppet-modules-group/tor!17
2018-01-12use old SPDX license notation to fix CILouis-Philippe Véronneau
2018-01-12fix metadata.json to fix CILouis-Philippe Véronneau
2018-01-12add metadata.json file to publish the module on the forgeLouis-Philippe Véronneau
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-07Merge branch 'riseup' into leapMicah Anderson
2017-10-07add missing template loopMicah Anderson
2017-10-07Merge branch 'riseup' into leapMicah Anderson
2017-10-07add v3 hidden service supportMicah Anderson
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-07-28additional puppet4 variable fixMicah Anderson
2017-07-28additional puppet4 variable fixMicah Anderson
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