summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2016-02-23Use @ infront of erb variablesvarac
2013-06-12Previous to this commit, when a stunnel::service definition was removed, theMicah Anderson
/etc/stunnel/${name}.conf was left, and the stunnel remained running. Also, if you changed a parameter in a stunnel::service definition, the .conf file was changed, but the service restart may not happen properly. This commit adds functionality to properly clean up running stunnels that are no longer managed, and restart managed ones whose parameters have changed
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-03switch to parameterized classes, changing the variable names as appropriate ↵Micah Anderson
to remove the redundant stunnel_ prefix
2010-09-30add a way to add additional things to the /etc/default/stunnel4 file byMatt Taggart
setting a variable
2009-11-11its a mistake to use the puppet keyword 'debug', changed to use theMicah Anderson
original 'debuglevel' and fixed the template
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-02initial check-in of stunnel module, based on stunnel4Micah Anderson