summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-03format the class variablesparameterized_classesMicah Anderson
2013-04-03fix merge conflict error causing the $cluster parameter to go missingMicah Anderson
2013-04-03set an empty default for the $default_extra parameterMicah Anderson
2013-04-03remove variable defaults, they are handled by the paramterization of the classMicah Anderson
make sure template variables are properly looked up.
2013-04-03qualify variablesMicah Anderson
2013-04-03add READMEMicah Anderson
2013-04-03move the $use_nagios check into the stunnel::service define, where it is moreMicah Anderson
useful for creating accurate nagios-statd-proc checks for the correct stunnel names
2013-04-03switch to parameterized classes, changing the variable names as appropriate ↵Micah Anderson
to remove the redundant stunnel_ prefix
2013-04-03minor additional lintingMicah Anderson
2013-04-03lintMicah Anderson
2011-07-12add stunnel_cluster source selectionmh
2011-03-24Merge remote-tracking branch 'immerda/master'Micah Anderson
2010-10-01add newlineMicah Anderson
2010-09-30check to see if the $stunnel_default_extra variable is set and if not ↵Matt Taggart
provide a reasonable default, adjust some comments
2010-09-30add a way to add additional things to the /etc/default/stunnel4 file byMatt Taggart
setting a variable
2010-08-07remove unnecessary fileserver variable (#2460)mh
2010-05-05improve stunnel init.d scriptmh
2010-04-03add pidfile to check statusmh
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-31use right packagemh
2010-03-31fix execution flagmh
2010-03-31some more centos workmh
2010-03-31introduce centos supportmh
2010-02-26fix other spelling errorMicah Anderson
2010-02-26fix spelling errorMicah Anderson
2010-02-24refactoring - no behavior changemh
- 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-11its a mistake to use the puppet keyword 'debug', changed to use theMicah Anderson
original 'debuglevel' and fixed the template
2009-11-11fix incorrect debug variable name, should be 'debug' not 'debuglevel'Micah Anderson
which was not referenced in the templates
2009-10-07remove the stunnel.conf pieces from the service definitionsMicah Anderson
2009-10-05fix the template to make a newline after the variable expansionMicah Anderson
2009-10-02rename stunnel::client to be stunnel::service to be less confusing (aMicah 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-02move the 'connect' variable in the template to appear right after theMicah 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-02switch parameters to lowercase, seems to be a puppet restrictionMicah Anderson
2009-10-02fix the client variable configuration in the templateMicah Anderson
also fix the service depending on the unnecessary stunnel.conf
2009-10-02fix duplicate template variablesMicah Anderson
2009-10-02fix missing double-quoteMicah Anderson
2009-10-02move variables into the :client defineMicah Anderson
2009-10-02fixed missing $ on variablesMicah Anderson
2009-10-02initial check-in of stunnel module, based on stunnel4Micah Anderson