Version information
released Nov 23rd 2014
Start using this module
Add this module to your Puppetfile:
mod 'xdrum-rsyslog', '0.0.4'
Learn more about managing modules with a PuppetfileDocumentation
xdrum/rsyslog — version 0.0.4 Nov 23rd 2014
This module manages rsyslog.
Currently supports: RHEL/CentOS, OpenBSD, Gentoo
Class: rsyslog
A class for managing rsyslog server options.
Parameters:
[package_ensure]
Ensure package installation [present, absent, purged, held, latest], default: present.
[default_config]
Install a stanza with default configuration [true, false], default: false.
Sample Usage:
include 'rsyslog'
class { 'rsyslog':
package_ensure => absent,
default_config => true,
}
Resource: rsyslog::snippet
A resource for managing rsyslog client stanzas
Parameters:
[lines]
An array containing stanza's lines.
Sample Usage:
rsyslog::snippet { '20-puppet':
lines => [ ':programname, isequal, "puppet-agent" /var/log/puppet/puppet.log', '& ~' ]
}
Copyright:
Copyright 2014 Alessio Cassibba (X-Drum), unless otherwise noted.
Copyright (C) 2014 Alessio Cassibba (X-Drum) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.