Git Product home page Git Product logo

puppet-stunnel's Introduction

Overview
========

This module manages stunnel4. It installs and configures the software, makes
sure it is running, and enables you to create different stunnels.


! Upgrade Notice !
==================

Previous versions of this module were not using parameterized classes. If you
were using a previous version, you may need to change how you are using the
module to accomodate for that. If you were previously setting some stunnel
variables before including the class, you will now need to pass those variables
to the class as parameters. If you were just simply doing 'include stunnel',
then you will not need to change anything.

Classes
=======

stunnel
-------

This is the main class which brings you stunnel support. You will need to
instantiate it by doing the following:

class { 'stunnel': }

Class parameters:

* ensure_version - If this parameter is passed, you can force a particular
  version of stunnel to be installed, if it is available with your packaging
  system, for example:

  class { 'stunnel': ensure_version = '3:4.53-1' }
  
  If you do not pass this parameter, it will default to just be 'present'.

* startboot (Debian) - This parameter controls if stunnel should be started at
  boot or not, if you do not pass this paramter, by default it will be started

* default_extra (Debian) - This parameter lets you add arbitrary extra text to
  the bottom of /etc/default/stunnel4, this can be useful to set ulimit for
  example


Defines
=======

stunnel::service
----------------

This define lets you setup any number of stunnels, it allows you to pass every
stunnel configuration variable (see manifests/server.pp) which will be used to
create the /etc/stunnel/${name}.conf file, and then notify the stunnel service
so it will restart.

If you pass $use_nagios to this define, it will create a nagios::service entry
for stunnel_${name} which will watch for the appropriate number processes with
that configuration name

  

puppet-stunnel's People

Contributors

duritong avatar lelutin avatar micah avatar varac avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

lelutin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.