Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 422 Bytes

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.