- Description
- Setup - The basics of getting started with rsyslog
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
This puppet module installs 8.x version of rsyslog from Adiscon repository. Its currently been tested on Ubuntu 14.04 and Centos 6.7
This module required puppetlabs-apt module to be installed. To install it
module install puppetlabs-apt
To use rsyslog module add the following to node declaration
class {'::rsyslog':}
####Classes
rsyslog
This is the main class which calls setup_repo and install classes.
rsyslog::setup_repo
This class adds either yum or apt repositories for install rsyslog version 8.
rsyslog::install
This class installs the latest version of rsyslog package. With latest It will also make sure, the package gets updated automatically. If this feature is undesirable, change latest to installed.
This module is tested on
- Ubuntu 14.04
- Centos 6.7
It is expected to work fine on other versions of ubuntu and centos 6.x, as well as rhel.