- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with dante
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
A Puppet module which manages the Dante socks server.
This module manges the dante socks server on RHEL 7 systems. Currently the module only supports basic funtionality, but I wrote it with extensibility mind. You can use hiera to configure the settings, or just set the class parameters in puppet DSL.
- installs the dante-server package.
- creates a sockd.conf file from an erb template.
- starts the sockd service.
You will need a working dante-server package.
Just look at the dante class parameters. The defaults should get you up and running.
Unfortunately you have to look at the parameters of the dante class.
For now you have to look at the source code and the sockd.conf erb template.
RHEL 7 only, but porting should be easy.
Please try to match the coding style of the module, even it's not your thing. Try to not break compatibility for existing users and if you have to, ther should be a good reason. This module should work with and without hiera.