Version information
released Jan 17th 2013
Start using this module
Add this module to your Puppetfile:
mod 'ispavailability-lumberjack', '0.0.1'
Learn more about managing modules with a PuppetfileDocumentation
ispavailability/lumberjack — version 0.0.1 Jan 17th 2013
puppet-lumberjack
A puppet module for managing and configuring lumberjack
https://github.com/jordansissel/lumberjack
This module is puppet 3 tested
Usage
Installation, make sure service is running and will be started at boot time:
class { 'lumberjack':
host => 'logstashhost',
port => '1234',
files => ['/var/log/messages', '/var/log/secure'],
ssl_ca_path => "puppet:///path/to/ca.crt",
}
Removal/decommissioning:
class { 'lumberjack':
ensure => 'absent',
}
Install everything but disable service(s) afterwards:
class { 'lumberjack':
status => 'disabled',
}
Dependencies
- puppetlabs/stdlib (>= 3.0.0)