Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-12 | add stunnel_cluster source selection | mh | |
2011-03-24 | Merge remote-tracking branch 'immerda/master' | Micah Anderson | |
2010-10-01 | add newline | Micah Anderson | |
2010-09-30 | check to see if the $stunnel_default_extra variable is set and if not ↵ | Matt Taggart | |
provide a reasonable default, adjust some comments | |||
2010-09-30 | add a way to add additional things to the /etc/default/stunnel4 file by | Matt Taggart | |
setting a variable | |||
2010-08-07 | remove unnecessary fileserver variable (#2460) | mh | |
2010-05-05 | improve stunnel init.d script | mh | |
2010-04-03 | add pidfile to check status | mh | |
status failed often due to a missing pidfile. Add a hardcoded pidfile to improve the status query. Note: in general the status script should be improved! So see this rather as a quickfix. | |||
2010-03-31 | use right package | mh | |
2010-03-31 | fix execution flag | mh | |
2010-03-31 | some more centos work | mh | |
2010-03-31 | introduce centos support | mh | |
2010-02-26 | fix other spelling error | Micah Anderson | |
2010-02-26 | fix spelling error | Micah Anderson | |
2010-02-24 | refactoring - no behavior change | mh | |
- everything goes into its own file -> autolookup - order the params of the define nicer -> debugging! - move nagios stuff to the init class -> configure module at the very first point - move variable version enforcing to init class -> configure module at the very first point | |||
2009-11-11 | its a mistake to use the puppet keyword 'debug', changed to use the | Micah Anderson | |
original 'debuglevel' and fixed the template | |||
2009-11-11 | fix incorrect debug variable name, should be 'debug' not 'debuglevel' | Micah Anderson | |
which was not referenced in the templates | |||
2009-10-07 | remove the stunnel.conf pieces from the service definitions | Micah Anderson | |
2009-10-05 | fix the template to make a newline after the variable expansion | Micah Anderson | |
2009-10-02 | rename stunnel::client to be stunnel::service to be less confusing (a | Micah Anderson | |
service can be a client in stunnel, and a service can act in server mode, which would be confusing if it was called stunnel::client) | |||
2009-10-02 | move the 'connect' variable in the template to appear right after the | Micah Anderson | |
'accept' variable, because that is how they typically appear in the config files, having it show up in alphabetical order is not what admins expect | |||
2009-10-02 | switch parameters to lowercase, seems to be a puppet restriction | Micah Anderson | |
2009-10-02 | fix the client variable configuration in the template | Micah Anderson | |
also fix the service depending on the unnecessary stunnel.conf | |||
2009-10-02 | fix duplicate template variables | Micah Anderson | |
2009-10-02 | fix missing double-quote | Micah Anderson | |
2009-10-02 | move variables into the :client define | Micah Anderson | |
2009-10-02 | fixed missing $ on variables | Micah Anderson | |
2009-10-02 | initial check-in of stunnel module, based on stunnel4 | Micah Anderson | |