Forge Home

elrsyslog

Rsyslog module for Red Hat Enterprise Linux and clones.

16,282 downloads

15,639 latest version

3.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.1 (latest)
  • 1.0.0
released Apr 28th 2015
This version is compatible with:
  • Puppet >=2.7.20 <4.1.0
  • ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'thias-elrsyslog', '1.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add thias-elrsyslog
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install thias-elrsyslog --version 1.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: syslog, rsyslog

Documentation

thias/elrsyslog — version 1.0.1 Apr 28th 2015

Overview

Rsyslog module for Red Hat Enterprise Linux 6 and newer. Supported versions are :

  • RHEL6 : rsyslog-5.8.10
  • RHEL7 : rsyslog-7.4.7

This module is basically just an rsyslog.conf template on steroids, where that single template replicates the exact original file shipped with RHEL, so that applying the module with default parameters does not change anthing, making it trivial to audit and follow deviations from the defaults.

If you are looking for an rsyslog module supporting other GNU/Linux distributions and Operating Systems, such as Debian, Ubuntu, FreeBSD, etc. this it not the module for you, and you should check out these instead :

Given the above, to be able to co-exist with other rsyslog modules, this module has been named 'elrsyslog'.

Examples

classes:
  - '::elrsyslog'
elrsyslog::preservefqdn: true