Skip to content

danjung/puppet-lumberjack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

 lumberjack::instance { 'foo': 
   host  => 'logstashhost',
   port  => '7200',
   files => ['/var/log/messages', '/var/log/thing/*'],
   ssl_ca_file => "puppet:///path/to/ca.crt",
 }

Removal/decommissioning:

 class { 'lumberjack':
   ensure => 'absent',
 }

Install everything but disable service(s) afterwards:

 class { 'lumberjack':
   status => 'disabled',
 }

About

Puppet module for Lumberjack

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 79.6%
  • Ruby 20.4%