summaryrefslogtreecommitdiff
path: root/manifests/init.pp
AgeCommit message (Collapse)Author
2016-11-05simplify the version requirement, as we don't need to pass that parameter alongmh
2013-01-02fix typo on 2.6mh
2013-01-02manage a dedicated control port for muninmh
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-02make it working on 2.6 - can't end with a , on 2.6mh
2012-11-11Align all fat arrows in resource’s attribute/value list.intrigeri
Puppet style guide "9.2. Arrow Alignment" reads: "All of the fat comma arrows (=>) in a resource’s attribute/value list should be aligned. The arrows should be placed one space ahead of the longest attribute name."
2012-11-11Use single-quotes for strings that do not contain variables.intrigeri
Puppet style guide, section "8. Quoting", reads: "All strings that do not contain variables should be enclosed in single quotes."
2012-11-11Migrate to parameterized classes, drop global variables.intrigeri
2012-06-08Decouple torsocks into its own class.intrigeri
immerda's big decoupling commit (8f1d1c4) is too hard to apply in one shot in the current state of the shared branch, so let's pick bits of it one after the other.
2012-03-14Merge remote-tracking branch 'riseup/master'intrigeri
2012-03-14fix duplicate definition of torssocksMicah Anderson
2012-03-14enable different version ensure for torssocks, it doesn't share the same ↵Micah Anderson
version number as tor and tor-geoipdb, so if you set $tor_ensure_version, you will have an error with torsocks
2012-03-14fix package name for tor-geoipdbMicah Anderson
2012-03-14Remove useless import (closes Redmine #3855).intrigeri
2012-03-14add tor-geoip package to be installed as its useful for most all ↵Micah Anderson
installations (#3854)
2012-03-11add variable $tor_ensure_version which allows you to specify a different ↵Micah Anderson
installed version
2012-03-11add $use_munin parameter that will enable graphsMicah Anderson
2012-03-11add additional service params to the tor service, this allows for a more ↵Micah Anderson
graceful reload action to happen on config file change, rather than the restart
2012-01-13Fixing dependency on tor serviceSilvio Rhatto
2012-01-11service subscribes to config filedrebs
2012-01-11removing old includesdrebs
2012-01-08Typ0Silvio Rhatto
2012-01-08Renaming polipo to tor::polipo class and sorting out definesSilvio Rhatto
2012-01-08fixing dependency cycledrebs
2012-01-08fixing template and dependenciesdrebs
2012-01-08completing default relay configdrebs
2012-01-07splitting difinitions in many filesdrebs
2012-01-07torrc is generated by a definitiondrebs
2011-09-05Adding torsocksSilvio Rhatto
2011-05-03Avoiding annoying messagesSilvio Rhatto
2010-04-18Ensure prixovy is not installedSilvio Rhatto
2010-04-18Managing /etc/polipo folderSilvio Rhatto
2010-04-18Fixing /etc/polipo/config parameters (2)Silvio Rhatto
2010-04-18Fixing /etc/polipo/config parametersSilvio Rhatto
2010-04-18Initial importSilvio Rhatto