Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-03 | move the $use_nagios check into the stunnel::service define, where it is more | Micah Anderson | |
useful for creating accurate nagios-statd-proc checks for the correct stunnel names | |||
2013-04-03 | switch to parameterized classes, changing the variable names as appropriate ↵ | Micah Anderson | |
to remove the redundant stunnel_ prefix | |||
2013-04-03 | minor additional linting | Micah Anderson | |
2013-04-03 | lint | Micah Anderson | |
2010-03-31 | introduce centos support | mh | |
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-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 | 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 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 | |