/puppet-module-tdagent

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

Primary LanguageRuby

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.