summaryrefslogtreecommitdiff
path: root/manifests/daemon
AgeCommit message (Collapse)Author
2018-02-23keep the syntax of config snippes consistentmh
2018-02-13Merge remote-tracking branch 'shared/master'mh
2018-02-02[lint] single quotes should be used when no vars are present in a stringLouis-Philippe Véronneau
2018-01-12add v3 hidden service supportMicah Anderson
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-01'[]' is not a proper default for AccountingStart, use tor's default insteadLouis-Philippe Véronneau
2017-11-01Merge branch 'update-concat-version' into 'master'Micah
Update concat version See merge request shared-puppet-modules-group/tor!11
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-05concat::fragment does not have an 'ensure' var anymoreLouis-Philippe Véronneau
2017-08-30make it work with newer concat modulemh
2017-02-10Merge branch 'master' into 'master' Micah
hidden services single hop mode support added See merge request !9
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-04store key & hostnamemh
2016-11-04rename hidden service to onion service to follow the new naming conventionsmh
2016-11-04make sure the onionservice directory has the right modemh
2016-11-01make it possible to also add pregenerated private keys for onion services or ↵mh
even let them pregenerate on the fly
2016-10-14that the tor daemon can actually reread its config, so it must be readable ↵mh
by the user running it
2016-10-07lintingmh
2016-10-07redhat & debian have different modesmh
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-09-04make module also work on EL7mh
* user is different * user must not be managed * make access more safe, it doesn't make sense that the user running the daemon owns the config, nor the config directory.
2016-09-04Merge remote-tracking branch 'tails/master'mh
2016-08-25Fixes for puppet lintMicah Anderson
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
2015-07-17tor::daemon::relay: set $real_outbound_bindaddresses to [] when ↵intrigeri
$outbound_bindaddresses is not explicitly set. Closes: #1
2015-04-19lintingmh
2015-04-19make it work with latest concat modulemh
2015-04-19setting owner, group & mode is not supported by latest concat modulemh
2014-04-18Merge remote-tracking branch 'shared/master'mh
2014-03-12DirPortFrontPage should serve the 'tor-exit-notice' static pageirregulator
rather than tor's man page.
2013-06-28Add PortForwarding to allow UPnP firewall pf configuration.amontero
2013-06-24Merge pull request #4 from micah/outbound_bindaddressesduritong
Outbound bindaddresses
2013-04-28Empty template variable for OutboundBindAddress if parameter is an empty array.amontero
2013-01-20Fix missing delimiterSilvio Rhatto
2013-01-02refactor daemon and main class for better designmh
By extracting the resources to their own class we can avoid a bug in puppet that makes it hard to deal with inherited parametrized classes.
2013-01-02split out defines into their own filesmh