Skip to content

Manage td-agent and gem packages with fluent-gem by puppet

Notifications You must be signed in to change notification settings

ziguzagu/puppet-module-tdagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-module-tdagent

Manage td-agent and gem packages with fluent-gem by puppet.

Usage

include td_agent

## You can install plugins by fluent-gem
package { [ 'fluent-plugin-datacounter', 'fluent-plugin-growthforecast' ]:
  ensure   => 'installed',
  provider => 'fluentgem',
  require  => Package['td_agent'],
}

Notice

This module is supported RHEL/CentOS, not supported Debian/Ubuntu for now.

About

Manage td-agent and gem packages with fluent-gem by puppet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published